summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/route
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-11-13 21:20:23 +0100
committerDaniil Baturin <daniil@baturin.org>2018-11-13 21:21:43 +0100
commit41690fd4eeb365131da537f24cbc1904867b1d41 (patch)
tree2bec7a6aafcf77767b4b19d0a3530234f1c07068 /templates/protocols/ripng/route
parent017493c2e93d04a52b5f0825bb8f8582111c49bb (diff)
downloadvyatta-cfg-quagga-41690fd4eeb365131da537f24cbc1904867b1d41.tar.gz
vyatta-cfg-quagga-41690fd4eeb365131da537f24cbc1904867b1d41.zip
T1006: replace all occurences of check_prefix_boundary with ipaddrcheck.
Diffstat (limited to 'templates/protocols/ripng/route')
-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 5c12110f..b88f31c3 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 "${vyatta_sbindir}/check_prefix_boundary $VAR(@)"
+syntax:expression: exec "ipaddrcheck --verbose --is-ipv4-net $VAR(@)"
create: vtysh -c "configure terminal" \
-c "router ripng" \