summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/node.def
blob: def04c81bae14df3ec0452ba89d9fb5843ec8a68 (plain)
1
2
3
4
5
help: Configure OSPF for IPv4
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\" "