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