summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/neighbor/node.def
blob: f9359405eb4200c0ced104b12c2fbedf0ada2629 (plain)
1
2
3
4
5
6
7
8
multi:
type: ipv4
help: Set a 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(@)\"; "