summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/distribute-list/access-list/out/node.def
blob: 5612375b60d5e15e8bd99f7f3e8cf6911fdc63a9 (plain)
1
2
3
4
5
6
7
8
type: u32
help: "access-list to apply to output packets"
commit: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy access-list $(@)\" ";"access-list $(@) doesn't exist"
update: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\"  \
           -c \"distribute-list $(@) out\" "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\"  \
           -c \"no distribute-list $(@) out\" "