diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-13 21:20:23 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-13 21:21:43 +0100 |
commit | 41690fd4eeb365131da537f24cbc1904867b1d41 (patch) | |
tree | 2bec7a6aafcf77767b4b19d0a3530234f1c07068 /templates/protocols/ospfv3/area | |
parent | 017493c2e93d04a52b5f0825bb8f8582111c49bb (diff) | |
download | vyatta-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/ospfv3/area')
-rw-r--r-- | templates/protocols/ospfv3/area/node.tag/range/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/area/node.tag/range/node.def b/templates/protocols/ospfv3/area/node.tag/range/node.def index 4b594cd9..de886a72 100644 --- a/templates/protocols/ospfv3/area/node.tag/range/node.def +++ b/templates/protocols/ospfv3/area/node.tag/range/node.def @@ -1,7 +1,7 @@ tag: type: ipv6net help: Specify IPv6 prefix (border routers only) -syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)" +syntax:expression: exec "ipaddrcheck --verbose --is-ipv6-net $VAR(@)" delete: touch /tmp/ospf6-range.$PPID |