blob: 09ede9c9f4cd2ac1b49ef58f9ee03bbcf4bf09a9 (
plain)
1
2
3
4
5
6
7
8
|
type: u32
help: Access list to apply to output packets
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy access-list $VAR(@)\" ";"access-list $VAR(@) doesn't exist"
update:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
-c \"distribute-list $VAR(@) out\" "
delete:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
-c \"no distribute-list $VAR(@) out\" "
|