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

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

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

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