Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-24 | Fix range checking on bridge port priority is limited to 0-63 | Stephen 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-22 | Optimize lookup of local ip on tunnels | Stephen Hemminger | |
Speeds up boot with lots of tunnels | |||
2010-11-22 | Use script vyatta-address to set interface | Stephen 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-22 | Replace perl address validation with utility | Stephen Hemminger | |
2010-11-19 | Cleanup tunnel slave device on last delete | Stephen Hemminger | |
Need to leave gre0 around for case of multiple tunnels | |||
2010-11-18 | When removing tunnel, remove encapsulation device | Stephen Hemminger | |
Bug 4608 | |||
2010-11-18 | Bring tunnel down before deleting | Stephen Hemminger | |
This is necessary to get routing protocols and proper cleanup | |||
2010-07-21 | Add completion for text fields with limited values | Stephen Hemminger | |
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values | |||
2010-07-21 | Fix help completion text | Stephen Hemminger | |
Use ipv4net when Address/prefix expected Use ipv4 where Address expected | |||
2010-07-20 | Use val_help: for interface name help | Stephen 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-19 | fix typo, val_help, etc. | An-Cheng Huang | |
2010-07-19 | Use val_help: features to format better | Stephen Hemminger | |
Previous change did not format val-help tag correctly | |||
2010-07-19 | Convert tunnel parameters to new help format | Stephen Hemminger | |
2010-07-19 | Use val_help: for interface MTU nodes | Stephen Hemminger | |
2010-07-16 | Remove verbs from all help messages | Stephen Hemminger | |
Per current policy remove verb from all help messages in th is package | |||
2010-07-16 | Add syntax validation for bridge STP parameters | Stephen Hemminger | |
The syntax range for bridge STP values was missing or incorrect. Bug 5864 | |||
2010-06-18 | Remove sudo from tunnel command | Stephen Hemminger | |
Don't need sudo for ip command anymore. | |||
2010-06-17 | initial support for gre-bridge tunnels. | Robert Bays | |
2010-06-15 | Remove unnecessary :expression: syntax | Stephen Hemminger | |
Several templates can use simplified non-expression syntax | |||
2010-06-15 | Remove sudo from ip command | Stephen Hemminger | |
No longer need sudo on ip because of cap_net_admin | |||
2010-04-27 | Make interface help completion strings consistent | Stephen Hemminger | |
Use same format/syntax over all interface types. Bug 5257 | |||
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-10-21 | move priority after tag nodes. | slioch | |
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-09-09 | Allow null description on device | Stephen Hemminger | |
Bug 4918 | |||
2009-07-17 | Fix descriptions with meta-characters | Stephen Hemminger | |
Bug 4672 Use ip command rather than sysfs to avoid quoting issues (cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433) | |||
2009-07-17 | Fix multi-nodes for address using update tag | Stephen Hemminger | |
Update makes no sense on a multi-valued node, only create or delete have meaning. (cherry picked from commit 273c1418553a39dcb4417acbf70cb863c97d1ccd) | |||
2009-05-30 | Change tunnel multicast from on/off to enable/disable. | Stig Thormodsrud | |
2009-05-25 | Allow multicast to be enabled on tunnel interfaces. | Jon Andersson | |
2009-05-25 | Fix 4430: Not possible to create tunnel on fluctating interfaces | Jon Andersson | |
2009-04-20 | Move disable-link-detect out of vyatta-cfg-quagga to interfaces | Stephen Hemminger | |
Some interfaces have link-detect others do not, and vyatta-cfg-quagga is trying to handle generic case. | |||
2009-03-25 | Fix update of description | Stephen Hemminger | |
Bug 4249 | |||
2009-03-24 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |
2009-03-24 | Change "syntax" check to a "commit" check. | Stig Thormodsrud | |
Seems like "syntax" check should only be done for thing related to the current node hierarchy. | |||
2009-03-23 | Save interface description in kernel | Stephen Hemminger | |
2008-09-22 | Allow any number of tunnel devices | Stephen 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-30 | Add IPv6 address to comp_help for bridge/tunnel | Stig Thormodsrud | |
2008-06-25 | Fix 3379: tunnel interfaces are artificially limited to tun0-tun9 | Stig Thormodsrud | |
2008-04-18 | Fix Bug 3172 set interfaces tunnel <> key <> allowed after tunnel creation | Mohit Mehta | |
-key not allowed to be set after tunnel creation | |||
2008-04-17 | Fix 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-11 | Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-system | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
-help strings standardized in vyatta-cfg-system | |||
2008-03-11 | Fix 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-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-24 | update tunnel help strings with defaults | Stig Thormodsrud | |
2008-01-16 | Add help and error message for 'set interfaces ethernet <dev> address | Stig Thormodsrud | |
2007-12-22 | Add tunnel interface. | Stig Thormodsrud | |