blob: c33ed1c84cb34c8d3410dcd2d006f47f06e1ddfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
type: txt
help: Prefix-list to apply to input packets
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy prefix-list6 $VAR(@)\" ";"prefix-list6 $VAR(@) doesn't exist"
update: vtysh -c "configure terminal" \
-c "router ripng" \
-c "ipv6 distribute-list prefix $VAR(@) in"
delete: vtysh -c "configure terminal" \
-c "router ripng" \
-c "no ipv6 distribute-list prefix $VAR(@) in"
|