diff options
Diffstat (limited to 'templates/protocols/rip/route/node.def')
-rw-r--r-- | templates/protocols/rip/route/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/rip/route/node.def b/templates/protocols/rip/route/node.def index bb2be03f..58b6c206 100644 --- a/templates/protocols/rip/route/node.def +++ b/templates/protocols/rip/route/node.def @@ -1,6 +1,6 @@ multi: type: ipv4net -help: RIP static route configuration +help: Set RIP static route syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)" create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \ -c \"route $VAR(@)\" " |