diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-03-28 18:08:42 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-03-28 18:08:42 -0500 |
commit | c2171b19ab262e2c39af13145dae2184f5879fb5 (patch) | |
tree | 18e84641d06d43e9090c7face95613b54e1ae817 /templates | |
parent | 9602f30c34f9cc151bea43dc9a52016f57124cbc (diff) | |
download | vyatta-cfg-quagga-c2171b19ab262e2c39af13145dae2184f5879fb5.tar.gz vyatta-cfg-quagga-c2171b19ab262e2c39af13145dae2184f5879fb5.zip |
Remove these priorities as they are not needed. They are from an earlier community submitted patch see bug 5491
Diffstat (limited to 'templates')
-rw-r--r-- | templates/interfaces/tunnel/node.tag/local-ip/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/tunnel/node.tag/multicast/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/tunnel/node.tag/remote-ip/node.def | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/templates/interfaces/tunnel/node.tag/local-ip/node.def b/templates/interfaces/tunnel/node.tag/local-ip/node.def index 390d2767..c60b3adc 100644 --- a/templates/interfaces/tunnel/node.tag/local-ip/node.def +++ b/templates/interfaces/tunnel/node.tag/local-ip/node.def @@ -1,4 +1,3 @@ -priority: 385 type: ipv4 help: Local IP address for this tunnel [REQUIRED] diff --git a/templates/interfaces/tunnel/node.tag/multicast/node.def b/templates/interfaces/tunnel/node.tag/multicast/node.def index 8f5e2ede..505b8cf8 100644 --- a/templates/interfaces/tunnel/node.tag/multicast/node.def +++ b/templates/interfaces/tunnel/node.tag/multicast/node.def @@ -1,4 +1,3 @@ -priority: 385 type: txt help: Multicast operation over tunnel default: "disable" diff --git a/templates/interfaces/tunnel/node.tag/remote-ip/node.def b/templates/interfaces/tunnel/node.tag/remote-ip/node.def index 85ee0285..f24397b8 100644 --- a/templates/interfaces/tunnel/node.tag/remote-ip/node.def +++ b/templates/interfaces/tunnel/node.tag/remote-ip/node.def @@ -1,4 +1,3 @@ -priority: 385 type: ipv4 help: Remote IP address for this tunnel [REQUIRED] update: if [ "$VAR(../encapsulation/@)" != "gre-bridge" ]; then |