summaryrefslogtreecommitdiff
path: root/templates/interfaces/tunnel/node.def
AgeCommit message (Collapse)Author
2011-08-11Initial checkin of ipv6 tunnel supportJon Andersson
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
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-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-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-06-18Remove sudo from tunnel commandStephen Hemminger
Don't need sudo for ip command anymore.
2010-06-17initial support for gre-bridge tunnels.Robert Bays
2010-06-15Remove sudo from ip commandStephen Hemminger
No longer need sudo on ip because of cap_net_admin
2010-04-27Make interface help completion strings consistentStephen Hemminger
Use same format/syntax over all interface types. Bug 5257
2009-10-21move priority after tag nodes.slioch
2009-10-15partial fix for bug 4903.slioch
2009-05-30Change tunnel multicast from on/off to enable/disable.Stig Thormodsrud
2009-05-25Allow multicast to be enabled on tunnel interfaces.Jon Andersson
2008-09-22Allow any number of tunnel devicesStephen Hemminger
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 tunnel devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device.
2008-06-25Fix 3379: tunnel interfaces are artificially limited to tun0-tun9Stig Thormodsrud
2008-04-11Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-system
2008-03-11Fix 2695 GRE tunnel doesn't work with "key"Stig Thormodsrud
- Include key on tunnel creation. - Prevent user from changing encap/key after creation. - Only allow key on GRE encap.
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-22Add tunnel interface.Stig Thormodsrud