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