diff options
author | Logan Attwood <logan.attwood@gmail.com> | 2017-02-17 20:48:29 -0400 |
---|---|---|
committer | Logan Attwood <logan.attwood@gmail.com> | 2017-02-17 20:48:29 -0400 |
commit | a103c31b75abbfd6570783a066d9317b50abc123 (patch) | |
tree | 753c30a44c4cd9c3c7feb3cac4e464f9a9928be2 /scripts | |
parent | 8c3fe886ef96b994f7f259cf0de7f68e237204b4 (diff) | |
download | vyatta-cfg-quagga-a103c31b75abbfd6570783a066d9317b50abc123.tar.gz vyatta-cfg-quagga-a103c31b75abbfd6570783a066d9317b50abc123.zip |
Expose as-override option in bgpd in vyos
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index f475995f..1fc1e3c1 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -315,6 +315,10 @@ my %qcom = ( set => 'router bgp #3 ; neighbor #5 allowas-in #8', del => 'router bgp #3 ; no neighbor #5 allowas-in ; neighbor #5 allowas-in', }, + 'protocols bgp var neighbor var as-override' => { + set => 'router bgp #3 ; neighbor #5 as-override', + del => 'router bgp #3 ; no neighbor #5 as-override', + }, 'protocols bgp var neighbor var attribute-unchanged' => { set => 'router bgp #3 ; no neighbor #5 attribute-unchanged ; neighbor #5 attribute-unchanged ?as-path ?med ?next-hop', del => 'router bgp #3 ; no neighbor #5 attribute-unchanged ?as-path ?med ?next-hop', |