summaryrefslogtreecommitdiff
path: root/templates/interfaces/tunnel
AgeCommit message (Collapse)Author
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-07-30Add IPv6 address to comp_help for bridge/tunnelStig Thormodsrud
2008-06-25Fix 3379: tunnel interfaces are artificially limited to tun0-tun9Stig Thormodsrud
2008-04-18Fix Bug 3172 set interfaces tunnel <> key <> allowed after tunnel creationMohit Mehta
-key not allowed to be set after tunnel creation
2008-04-17Fix Bug 3164 set interfaces tunnel tun0 remote-ip <> doesn't take effect ↵Mohit Mehta
after committing - updating remote-ip or local-ip not allowed after tunnel creation - delete (commit failed) followed by set to another value will still - change the value of remote or local ip. bug 3171 filed for this behavior
2008-04-11Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-system
2008-04-10Fix Bug 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
2008-01-24update tunnel help strings with defaultsStig Thormodsrud
2008-01-16Add help and error message for 'set interfaces ethernet <dev> addressStig Thormodsrud
2007-12-22Add tunnel interface.Stig Thormodsrud