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