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