summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/network/node.def
blob: 058bcaec62460cbf7c3e9322c2169879b7bc7cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
multi:
type: ipv6net
help: RIPng network

syntax:expression: exec "ipaddrcheck --verbose --is-ipv6-net $VAR(@)"

create: vtysh -c "configure terminal" \
          -c "router ripng"                                       \
          -c "network $VAR(@)"

delete: vtysh -c "configure terminal" \
          -c "router ripng"                                       \
          -c "no network $VAR(@)"