summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/parameters/opaque-lsa/node.def
blob: be999e271d1ec0f15b2bc95edf8df5ff720b4c90 (plain)
1
2
3
4
5
6
help: Enable the Opaque-LSA capability (rfc2370)
create:expression: "vtysh -c \"configure terminal\" -c \"router ospf\" \
          -c \"ospf opaque-lsa \"; "
delete:expression: "vtysh -c \"configure terminal\" -c \"router ospf\" \
          -c \"no ospf opaque-lsa \"; "