blob: 29b95c400de13afa1eb81617a2425a66b7049df6 (
plain)
1
2
3
4
5
|
help: Enable rfc1583 criteria for handling AS external routes
create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
-c \"ospf rfc1583compatibility \"; "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
-c \"no ospf rfc1583compatibility \"; "
|