blob: 0ee99023ec8a19263621af582f0459fde1b7040f (
plain)
1
2
3
4
5
|
help: Configure Open Shortest Path First protocol (OSPF) parameters
create:expression: "vtysh -c \"configure terminal\" \
-c \"router ospf\" "
delete:expression: "vtysh -c \"configure terminal\" \
-c \"no router ospf\" "
|