summaryrefslogtreecommitdiff
path: root/scripts/bgp/vyatta-bgp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bgp/vyatta-bgp.pl')
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl
index 6edf290a..194a2e1d 100755
--- a/scripts/bgp/vyatta-bgp.pl
+++ b/scripts/bgp/vyatta-bgp.pl
@@ -942,7 +942,7 @@ my %qcom = (
},
'protocols bgp var peer-group var password' => {
set => 'router bgp #3 ; neighbor #5 password #7',
- del => 'router bgp #3 ; no neighbor #5 password #7',
+ del => 'router bgp #3 ; no neighbor #5 password',
},
'protocols bgp var peer-group var port' => {
set => 'router bgp #3 ; neighbor #5 port #7',