diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-14 15:40:10 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-14 16:39:07 -0700 |
commit | 0efe191b21539dafa61745b8927ae6aae305b435 (patch) | |
tree | fe716d45cb147c7b1d2378a72f05588901663ecc /templates/protocols/bgp | |
parent | 51b4c82882edb6a87ef1ddc865cf48ebd1f59509 (diff) | |
download | vyatta-cfg-quagga-0efe191b21539dafa61745b8927ae6aae305b435.tar.gz vyatta-cfg-quagga-0efe191b21539dafa61745b8927ae6aae305b435.zip |
ttl-security should not be a typed node
Bug 5850
Move check for ebgp-multihop and ttl-security into vyatta-bgp.pl script
Diffstat (limited to 'templates/protocols/bgp')
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/ebgp-multihop/node.def | 1 | ||||
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/ttl-security/node.def | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/ebgp-multihop/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/ebgp-multihop/node.def index 2cfa6fe6..8a89fc4c 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/ebgp-multihop/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/ebgp-multihop/node.def @@ -3,4 +3,3 @@ help: Allow this EBGP neighbor to not be on a directly connected network comp_help: possible completions: <1-255> number of hops syntax:expression: $VAR(@) >=1 && $VAR(@) <= 255; "ebgp-multihop must be between 1 and 255" -commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --not-exists \"protocols bgp $VAR(../../@) neighbor $VAR(../@) ttl-security\" "; "protocols bgp $VAR(../../@) neighbor $VAR(../@) ebgp-multihop: you can't set both ebgp-multihop and ttl-security" diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/ttl-security/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/ttl-security/node.def index f8127f10..4ac20c35 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/ttl-security/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/ttl-security/node.def @@ -1,7 +1,2 @@ -type: u32 help: Set ttl security mechanism for this BGP peer -comp_help: possible completions: - <1-254> maximum number of hops that separate two peers -syntax:expression: $VAR(@) >=1 && $VAR(@) <= 254 ; \ - "ttl-security must be between 1 and 254" -commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --not-exists \"protocols bgp $VAR(../../@) neighbor $VAR(../@) ebgp-multihop\" "; "protocols bgp $VAR(../../@) neighbor $VAR(../@) ttl-security: you can't set both ebgp-multihop and ttl-security" + |