blob: e652deaaeb663e601bd859441d237e3e91257d11 (
plain)
1
2
3
|
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\" "
|