blob: e4f8db146f11679c930e33836fd3a9ff34c4b250 (
plain)
1
2
3
4
5
6
7
|
help: Set to administratively apply, for an indefinite period
create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
-c \"router ospf\" \
-c \"max-metric router-lsa administrative\"; "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
-c \"router ospf\" \
-c \"no max-metric router-lsa administrative \"; "
|