summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/node.def
blob: fd4627303a10f4d403f38df82e73a50af89fef13 (plain)
1
2
3
4
5
help: Configure Open Shortest Path First protocol (OSPF) parameters
create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
       -c \"router ospf\" "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
       -c \"no router ospf\" "