summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/aggregate-address/node.def
blob: 4245257af1165a50737f018b4cd69dcf813c328e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
multi:
type: ipv6net
help: Set aggregate RIPng route announcement

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

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

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