summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/neighbor/node.def
blob: bc2b270941ca3e02cfe3bf3a60ccc13524fece9c (plain)
1
2
3
4
5
6
7
8
multi:
type: ipv4
help: Set a neighbor router
create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
        -c \"neighbor $VAR(@)\"; "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
        -c \"no neighbor $VAR(@)\"; "