summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/network/node.def
blob: 59af0bd8ba07dd79e8c64917cd1a6d9870ac4c3a (plain)
1
2
3
4
5
6
7
8
multi:
type: ipv4net
help: RIP network
syntax:expression: exec "ipaddrcheck --verbose --is-ipv4-net $VAR(@)"
create:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
          -c \"network $VAR(@)\"; "
delete:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
          -c \"no network $VAR(@)\"; "