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