blob: 177117c981b5832d55ea23ed055c59cb5191514f (
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 "distribute-list $VAR(@) in"
delete: vtysh -c "configure terminal" \
-c "router ripng" \
-c "no distribute-list $VAR(@) in"
|