summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/compatible/rfc1583/node.def
blob: e8145fb24d4fcbaf3d9bbc7da189d7d8a917a51b (plain)
1
2
3
4
5
6
7
help: compatible with RFC 1583
create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"compatible rfc1583\"; "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"no compatible rfc1583\"; "