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