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

syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)"

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

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