summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/max-metric/router-lsa/administrative/node.def
blob: a209a7a96890d1a64c82d8d69666b7ec8dcec9c2 (plain)
1
2
3
4
5
6
7
help: "Administratively applied, for an indefinite period"
create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
        -c \"max-metric router-lsa administrative\"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
        -c \"no max-metric router-lsa administrative \"; "