diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-07-30 17:57:57 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-07-30 18:14:22 -0700 |
commit | 56b83235e1a47fea48fb14715ae0339c1526ea8f (patch) | |
tree | 09082a8c77db72fd8f71566cdc2db1063c617ddf | |
parent | 1a342277f86672ab466053853f8ba9778d529a9b (diff) | |
download | vyatta-cfg-quagga-56b83235e1a47fea48fb14715ae0339c1526ea8f.tar.gz vyatta-cfg-quagga-56b83235e1a47fea48fb14715ae0339c1526ea8f.zip |
Fix 4769: bgp neighbor update-source fails on boot
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/update-source/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/update-source/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/update-source/node.def index 9a7b9c09..833174d8 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/update-source/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/update-source/node.def @@ -3,7 +3,7 @@ help: Set the source IP of routing updates comp_help: <x.x.x.x> Set IP address of route source <interface> Set interface as route source -syntax:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl --check-source $VAR(@)" +commit:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl --check-source $VAR(@)" commit:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl --check-as --as $VAR(../../@) --neighbor $VAR(../@)" update: if [ -n "$VAR(../remote-as/@)" ]; then peer="remote-as $VAR(../remote-as/@)"; |