summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/distribute-list/access-list/out/node.def
blob: 4b7f6b85f98c18978d64b92b8f4b66d0cd43d179 (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: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\"  \
           -c \"distribute-list $VAR(@) out\" "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\"  \
           -c \"no distribute-list $VAR(@) out\" "