summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/compatible/rfc1583/node.def
blob: 7654d4b2115188c56ca9cf3c1c2343860f847052 (plain)
1
2
3
4
5
help: "compatible with RFC 1583"
create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
        -c \"compatible rfc1583\"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
        -c \"no compatible rfc1583\"; "