diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-07-30 09:44:22 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-07-30 09:44:22 +0700 |
commit | f02fbe35c80523b0a7982c82f1ae4c6240f60176 (patch) | |
tree | be5358e2af3f7361a462a44f98d36ee058af7f54 | |
parent | 734822e312b928fbe938e0c2edf2d6e805855404 (diff) | |
parent | 7101d40b839b56adcb852ccfeead29abe3c16b7f (diff) | |
download | vyatta-cfg-system-f02fbe35c80523b0a7982c82f1ae4c6240f60176.tar.gz vyatta-cfg-system-f02fbe35c80523b0a7982c82f1ae4c6240f60176.zip |
Merge pull request #18 from ftoyama/helium
Change lower the priority of l2tpv3 than the priority of static route.
-rw-r--r-- | templates/interfaces/l2tpv3/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/l2tpv3/node.def b/templates/interfaces/l2tpv3/node.def index e2a6f24e..ccde1e22 100644 --- a/templates/interfaces/l2tpv3/node.def +++ b/templates/interfaces/l2tpv3/node.def @@ -1,5 +1,5 @@ tag: -priority: 380 +priority: 460 type: txt help: L2TPv3 interface val_help: <l2tpethN>; L2TPv3 interface name |