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