summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMarcus Aram <marcus@oxar.nl>2020-03-27 11:57:10 +0100
committerMarcus Aram <marcus@oxar.nl>2020-03-27 11:57:10 +0100
commita2fa9b72d9f808d55994526e0e3c2e853311d8d6 (patch)
tree0ed0e6e5e691be0616b5791ff64a095695ee7682 /templates
parentf7e8d9015c3ba8dc491c632c3d3d28d001acae25 (diff)
downloadvyatta-cfg-quagga-a2fa9b72d9f808d55994526e0e3c2e853311d8d6.tar.gz
vyatta-cfg-quagga-a2fa9b72d9f808d55994526e0e3c2e853311d8d6.zip
ripng: T2165: fix ripng add route ip net validation
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/ripng/route/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ripng/route/node.def b/templates/protocols/ripng/route/node.def
index b88f31c3..a44b438d 100644
--- a/templates/protocols/ripng/route/node.def
+++ b/templates/protocols/ripng/route/node.def
@@ -2,7 +2,7 @@ multi:
type: ipv6net
help: RIPng static route
-syntax:expression: exec "ipaddrcheck --verbose --is-ipv4-net $VAR(@)"
+syntax:expression: exec "ipaddrcheck --verbose --is-ipv6-net $VAR(@)"
create: vtysh -c "configure terminal" \
-c "router ripng" \