diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2007-12-03 17:03:53 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2007-12-03 17:03:53 -0800 |
commit | 8fee61a7f316d9ad82f03627b85ce3a016170a32 (patch) | |
tree | bc00fa668eb566f37eb5a6f8c4cfe457c5a9e1d2 | |
parent | 1c10060b35829629ecedc1a1e653f4538db5574f (diff) | |
download | vyatta-cfg-quagga-8fee61a7f316d9ad82f03627b85ce3a016170a32.tar.gz vyatta-cfg-quagga-8fee61a7f316d9ad82f03627b85ce3a016170a32.zip |
Fix "bgp soft-reconfiguration inbound".
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/inbound/node.def | 4 | ||||
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/node.def | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/inbound/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/inbound/node.def index b4c0da6b..74770baf 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/inbound/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/inbound/node.def @@ -7,7 +7,7 @@ update: "if [ -n \"$(../../remote-as/@)\" ]; then \ fi; \ /usr/bin/vtysh -c \"configure terminal\" -c \"router bgp $(../../../@)\" \ -c \"neighbor $(../../@) \\$peer\" \ - -c \"no neighbor $(../../@) soft-reconfiguration inbound \" " -delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router bgp $(../../../@)\" \ -c \"neighbor $(../../@) soft-reconfiguration inbound \" " +delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router bgp $(../../../@)\" \ + -c \"no neighbor $(../../@) soft-reconfiguration inbound \" " diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/node.def index e2400e17..25ab9d17 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/node.def @@ -1,2 +1,2 @@ help: "Per neighbor soft reconfiguration" -commit: $(./inbound/@) != ""; "You must specify the type of soft-reconfiguration" +commit: $(./inbound/) != ""; "You must specify the type of soft-reconfiguration" |