Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgp: T3126: Fix config for neighbor unsuppress-map #67

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

sever-sever
Copy link
Member

Add a missing handler in script "/opt/vyatta/sbin/vyatta-bgp.pl" for "neighbor unsuppress-map"

set protocols bgp 65001 neighbor 100.64.0.2 address-family ipv4-unicast unsuppress-map 'FOO'
set protocols bgp 65001 neighbor 100.64.0.2 remote-as '65001'

Expect

!
router bgp 65001
 neighbor 100.64.0.2 remote-as 65001
 !
 address-family ipv4 unicast
  neighbor 100.64.0.2 unsuppress-map FOO
 exit-address-family
!

@c-po c-po merged commit 56b11f3 into vyos:equuleus Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants