blob: 24cb31e857e2e77c41fc570e89c30840c70d1e2a (
plain)
1
2
3
|
help: "Configure OSPF for IPv4"
create: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"no router ospf\" "
|