diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-03-31 17:17:58 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-03-31 17:17:58 -0700 |
commit | 8a0924f19a09c8a543ad0c4f2034ecbf9d722115 (patch) | |
tree | c1de21b34459bd0f566625e5f1403a43134ab283 /templates/protocols | |
parent | 00273e4ade341a09695cde6e43d910f4b5be4a60 (diff) | |
download | vyatta-cfg-quagga-8a0924f19a09c8a543ad0c4f2034ecbf9d722115.tar.gz vyatta-cfg-quagga-8a0924f19a09c8a543ad0c4f2034ecbf9d722115.zip |
Revert "Remove redundant check-as call since it doesn't work with peer-groups."
Wrong way to fix it.
This reverts commit b6f1a09410983507a7cfc8b08dafbd13600ed8e5.
Diffstat (limited to 'templates/protocols')
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/inbound/node.def | 2 |
1 files changed, 2 insertions, 0 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 6524725c..f52c6702 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 @@ -1,4 +1,6 @@ help: Set inbound soft reconfiguration for this neighbor +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/@)"; |