summaryrefslogtreecommitdiff
path: root/templates/interfaces/tunnel
AgeCommit message (Collapse)Author
2019-09-03Merge pull request #106 from zdc/T1593Christian Poessinger
[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces
2019-08-27bridge: T1556: migrate bridge config to XML/PythonChristian Poessinger
2019-08-22[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaceszsdc
2019-07-05 T1499: Allow for usage of systemd interface mappings (#103)runborg
* T1499: Allow for usage of systemd interface mappings * T1499: Fix not working regex in ethernet interface parsing
2018-11-18T1000: partially fix the broken 6rd implementation.Daniil Baturin
2018-10-14T900: handle the case when a bridge and tunnel bridge group are removed in ↵Daniil Baturin
the same commit.
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin
2018-08-25T797: add sudo to ip link/ip tunnel commands, otherwise they are giving ↵Daniil Baturin
permission denied now.
2017-02-03Allow full integer range for GRE tunnel keyHelge Sychla
Fixes T262 modified: templates/interfaces/tunnel/node.tag/parameters/ip/key/node.def
2016-02-24remove reference to dmvpn.secrets and chang dmvpn.conf to swanctl.confKim Hagen
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2016-01-27vyatta-cfg-system: add 6rd-relay-prefix option to support providers using ↵Seamus Caveney
ipv6 networks larger than /32
2016-01-26vyatta-cfg-system: add support for 6rd tunnel interfacesSeamus Caveney
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-02-02Bug #467, tos inherit not turned on by default on tunnels (IPIP, GRE)Kim Hagen
2014-09-22Fix typoKim Hagen
2014-09-11Fix syntax errorKim Hagen
2014-09-10Remove gre-multipoint encapsulation option, make the tunnel multipoint if ↵Kim Hagen
'remote-ip' is nowt set.
2014-09-04Do not delete tunnel if it is in use by NHRP configKim Hagen
2014-08-23Remove obsolete informationUnicronNL
2014-08-23Remove execution of vyatta-update-nhtp scriptUnicronNL
2013-04-12Bugfix 8526: don't use REQUIRED on remote-ipJohn Southworth
Having the word REQUIRED in the string is enough to break the webgui, remove it entirely
2013-02-12mGRE bug fixes local-ip address changes and v6 check.Saurabh Mohan
VYATTA-129: check for IPv6 addresses was moved to tunnel/node.def VYATTA-128: added more stronger check to forbid any way of setting remote-ip VYATTA-118: workaround added to update ipsec settings when tunnel local-ip is modified.
2013-01-22Dmvpn merge with mirantis jan22-2013Saurabh Mohan
2012-12-26mgre support initial commit.Saurabh Mohan
2012-03-27Bugfix 7976: Move the test to update: to allow addresses to be configuredJon Andersson
2012-01-19Enforce length restriction on interface descriptionStephen Hemminger
Bug 7730 Kernel limit on interface description (ifalias) is 256 characters.
2011-10-10Bugfix 7553: Move the logic for delete from and end tag to a delete tagJon Andersson
2011-08-24Fix ipv6 tunnel template errorStephen Hemminger
Remove whitespace at end of line. Also, indent continuation lines for clarity.
2011-08-11Add encapsulation to IPv6 parameters deletion so that ipip6 tunnels will ↵John Southworth
work properly after a deletion.
2011-08-11Initial checkin of ipv6 tunnel supportJon Andersson
2011-06-08Move the mtu settings out of the main inteface priority subtree as a failure ↵John Southworth
boundry
2011-05-25alternative fix for bug 6958An-Cheng Huang
2011-03-28Bugfix 6958: only call cleanup script for tunnel modules on the last sibling ↵John Southworth
deletion
2011-03-28Remove these priorities as they are not needed. They are from an earlier ↵John Southworth
community submitted patch see bug 5491
2011-03-03Bugfix 5491: Allow tunnel parameters to be changed on a preconfigured tunnelJohn Southworth
2010-11-24Fix range checking on bridge port priority is limited to 0-63Stephen Hemminger
Bug 5864 The STP port priority field is limited to a smaller range to allow more ports on the Linux bridge. Linux uses the same mapping as IOS so that in the STP port field there are 10 bits for port id and 6 bits for port priority.
2010-11-22Optimize lookup of local ip on tunnelsStephen Hemminger
Speeds up boot with lots of tunnels
2010-11-22Use script vyatta-address to set interfaceStephen Hemminger
Avoid the overhead of perl compilation of vyatta-interfaces for each address added. Handle the case of deleting address on deleted device cleanly. Clean up dhcpv6 script so it can be used on interfaces other than ethernet.
2010-11-22Replace perl address validation with utilityStephen Hemminger
2010-11-19Cleanup tunnel slave device on last deleteStephen Hemminger
Need to leave gre0 around for case of multiple tunnels
2010-11-18When removing tunnel, remove encapsulation deviceStephen Hemminger
Bug 4608
2010-11-18Bring tunnel down before deletingStephen Hemminger
This is necessary to get routing protocols and proper cleanup
2010-07-21Add completion for text fields with limited valuesStephen Hemminger
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values
2010-07-21Fix help completion textStephen Hemminger
Use ipv4net when Address/prefix expected Use ipv4 where Address expected
2010-07-20Use val_help: for interface name helpStephen Hemminger
Use common method for formatting CLI style help when entering interface name. Move loopback name syntax check into CLI expression to avoid overhead of perl here.
2010-07-19fix typo, val_help, etc.An-Cheng Huang
2010-07-19Use val_help: features to format betterStephen Hemminger
Previous change did not format val-help tag correctly
2010-07-19Convert tunnel parameters to new help formatStephen Hemminger