summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/aggregate-address/node.def
blob: edd739b8247cdff4f1ab06a84a29c6254aa9b85f (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-vtysh -c "configure terminal" \
          -c "router ripng"                                       \
          -c "aggregate-address $VAR(@)"

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