diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-29 15:10:36 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-29 15:10:36 -0700 |
commit | 707e2a247d81af8f53d48ceb1fce750edb99b5f2 (patch) | |
tree | 3dd465c8e720174b1cf0c5487d0ced532f4f301b /interface-templates/ip/rip/split-horizon | |
parent | d40f4b9170d8919132fa9f6cf2abed887e0453ac (diff) | |
parent | 6321b50e5d41c701506d041d97879d0fdf26e3a8 (diff) | |
download | vyatta-cfg-quagga-707e2a247d81af8f53d48ceb1fce750edb99b5f2.tar.gz vyatta-cfg-quagga-707e2a247d81af8f53d48ceb1fce750edb99b5f2.zip |
Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jenner
Diffstat (limited to 'interface-templates/ip/rip/split-horizon')
-rw-r--r-- | interface-templates/ip/rip/split-horizon/disable/node.def | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/interface-templates/ip/rip/split-horizon/disable/node.def b/interface-templates/ip/rip/split-horizon/disable/node.def index 10c57ba4..55e8a0d1 100644 --- a/interface-templates/ip/rip/split-horizon/disable/node.def +++ b/interface-templates/ip/rip/split-horizon/disable/node.def @@ -1,6 +1,10 @@ help: Disable split horizon on specified interface -create:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ip rip split-horizon " -delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ip rip split-horizon " " +create:vyatta-vtysh \ + -c "configure terminal" -c "interface $IFNAME" \ + -c "no ip rip split-horizon" +delete:vyatta-vtysh \ + -c "configure terminal" -c "interface $IFNAME" \ + -c "ip rip split-horizon" commit:expression: ($VAR(../poison-reverse/) == ""); \ "You cannot have 'split-horizon poison-reverse' enabled with 'split-horizon' disabled for $IFNAME" |