diff options
| author | John Southworth <john.southworth@vyatta.com> | 2013-04-12 09:24:13 -0700 |
|---|---|---|
| committer | John Southworth <john.southworth@vyatta.com> | 2013-04-12 09:24:13 -0700 |
| commit | b2159cb7c127e726552ed7318ae24a502d9c7b99 (patch) | |
| tree | b4ce74a75ca6845dbcbd7d95a9f5647182c38fd3 | |
| parent | d1953b5f9d16d8f665892f08f2826dce9e0a6950 (diff) | |
| download | vyatta-cfg-system-b2159cb7c127e726552ed7318ae24a502d9c7b99.tar.gz vyatta-cfg-system-b2159cb7c127e726552ed7318ae24a502d9c7b99.zip | |
Bugfix 8526: don't use REQUIRED on remote-ip
| -rw-r--r-- | templates/interfaces/tunnel/node.tag/remote-ip/node.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/interfaces/tunnel/node.tag/remote-ip/node.def b/templates/interfaces/tunnel/node.tag/remote-ip/node.def index 1ce6c789..889de693 100644 --- a/templates/interfaces/tunnel/node.tag/remote-ip/node.def +++ b/templates/interfaces/tunnel/node.tag/remote-ip/node.def @@ -1,7 +1,7 @@ type: ipv4, ipv6 -help: Remote IP address for this tunnel [REQUIRED] -val_help: ipv4; Remote IPv4 address for this tunnel [REQUIRED] -val_help: ipv6; Remote IPv6 address for this tunnel [REQUIRED] +help: Remote IP address for this tunnel +val_help: ipv4; Remote IPv4 address for this tunnel +val_help: ipv6; Remote IPv6 address for this tunnel update:case "$VAR(../encapsulation/@)" in "gre-bridge") |
