diff options
author | ftoyama <ftoyama@gmail.com> | 2014-07-30 10:21:36 +0900 |
---|---|---|
committer | ftoyama <ftoyama@gmail.com> | 2014-07-30 10:21:36 +0900 |
commit | 7101d40b839b56adcb852ccfeead29abe3c16b7f (patch) | |
tree | be5358e2af3f7361a462a44f98d36ee058af7f54 | |
parent | 734822e312b928fbe938e0c2edf2d6e805855404 (diff) | |
download | vyatta-cfg-system-7101d40b839b56adcb852ccfeead29abe3c16b7f.tar.gz vyatta-cfg-system-7101d40b839b56adcb852ccfeead29abe3c16b7f.zip |
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 |