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

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

create: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
          -c "router ripng"                                       \
          -c "route $VAR(@)"

delete: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
          -c "router ripng"                                       \
          -c "no route $VAR(@)"