summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/parameters/rfc1583-compatibility/node.def
blob: 0eb018e950c009d7d8de94398f020f7752ba2ccc (plain)
1
2
3
4
5
help: "Enable rfc1583 criteria for handling AS external routes"
create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
          -c \"ospf rfc1583compatibility \"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
          -c \"no ospf rfc1583compatibility \"; "