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