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

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

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

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