summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl
index 17ca89a4..4219d36e 100755
--- a/scripts/bgp/vyatta-bgp.pl
+++ b/scripts/bgp/vyatta-bgp.pl
@@ -206,6 +206,10 @@ my %qcom = (
del => 'router bgp #3 ; no neighbor #5',
noerr => 'del',
},
+ 'protocols bgp var neighbor var description' => {
+ set => 'router bgp #3 ; neighbor #5 description #7',
+ del => 'router bgp #3 ; no neighbor #5 description',
+ },
'protocols bgp var neighbor var address-family' => {
set => undef,
del => undef,