summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2009-03-31 16:26:02 -0700
committerStig Thormodsrud <stig@vyatta.com>2009-03-31 16:26:02 -0700
commitb6f1a09410983507a7cfc8b08dafbd13600ed8e5 (patch)
tree3adc09145e0db6e6b80bf8f766de80169c5dc435 /templates
parent880fb06128dceff1074116a8cdc4b9e24917ac0b (diff)
downloadvyatta-cfg-quagga-b6f1a09410983507a7cfc8b08dafbd13600ed8e5.tar.gz
vyatta-cfg-quagga-b6f1a09410983507a7cfc8b08dafbd13600ed8e5.zip
Remove redundant check-as call since it doesn't work with peer-groups.
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/bgp/node.tag/neighbor/node.tag/soft-reconfiguration/inbound/node.def2
1 files changed, 0 insertions, 2 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 f52c6702..6524725c 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,6 +1,4 @@
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/@)";