Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 expression to validate VRRP password | Stephen Hemminger | |
Use CLI regex to check VRRP password rather than having to escape out to shell. | |||
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 | Convert VRRP to new CLI help style | Stephen Hemminger | |
Use val_help: for help strings | |||
2010-07-19 | Convert VRRP preempt to bool | Stephen Hemminger | |
This value can only be "true" or "false"; it should be bool type. | |||
2010-07-19 | Use val_help: features to format better | Stephen Hemminger | |
Previous change did not format val-help tag correctly | |||
2010-07-19 | Use val_help: for Ethernet interface parameters | Stephen Hemminger | |
More consistency fixes. | |||
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 | Use val_help: for address nodes | Stephen Hemminger | |
Use common format for address nodes | |||
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-15 | Remove sudo from brctl | Stephen Hemminger | |
Since brctl has cap_net_admin, don't need to use sudo | |||
2010-06-15 | Remove sudo from ip command | Stephen Hemminger | |
No longer need sudo on ip because of cap_net_admin | |||
2010-05-26 | Move DHCPv6 client configuration to this package and restructre parameters. | Bob Gilligan | |
2010-05-19 | Add enable-proxy-arp to vif interface. | Stig Thormodsrud | |
2010-04-27 | Make interface help completion strings consistent | Stephen Hemminger | |
Use same format/syntax over all interface types. Bug 5257 | |||
2010-03-29 | Fix test for UP | Stephen Hemminger | |
/sys/devices/system/cpu/present is 0-NN on SMP and 0 on UP. | |||
2010-03-29 | Ignore setting CPU affinity on UP systems | Stephen Hemminger | |
If only one CPU, then not worth bothering doing any kind of interrrupt affinity. | |||
2010-03-09 | Bugfix 5021: Make smp_affinity configuration tolerant of failures. | Bob Gilligan | |
2010-02-21 | Fix 5157: dhcpclient doesn't work when alternative mac address specified on ↵ | Stig Thormodsrud | |
bootup | |||
2010-02-18 | Fix Bug 5064 can't delete bridge group and membership in one commit | Mohit Mehta | |
* fix this for eth, eth.vif, bond, bond.vif interfaces * also, bridge-group code for bonding interfaces wasn't changed with commit ec080f99 that re-strucutred bridging code in eth and eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif interfaces is now similar to the fix for 4708 | |||
2010-02-16 | Use template to do syntax checks on ethernet device name | Stephen Hemminger | |
Bug 5256 Going out to perl to repeatedly validate ethernet device name slows down adding VLAN's and other operations with lots of sub-devices. | |||
2010-02-16 | Check current status (not configured value) when enabling vlan device | Stephen Hemminger | |
2010-02-16 | Speed up VIF creation | Stephen Hemminger | |
The overhead of compiling perl script repeatedly slows down VIF creation | |||
2010-01-19 | Bugfix 5162: Make disabling flow control work at boot time. | Bob Gilligan | |
We need to delay disabling flow control in the sequence of events until after the interface address has been set. An additional benefit of adding a "priority" field is that interface configuration will not fail if the attempt to disable flow control fails for some reason. | |||
2009-12-21 | Move interface support from vyatta-cfg to vyatta-cfg-system | Stephen Hemminger | |
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg | |||
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-11-02 | Fix 5063: committing "set interfaces ethernet <> bridge-group bridge <>" ↵ | Stig Thormodsrud | |
got "invalid variable reference (invalid format)" - need extra escape magic to call vyatta-cli-expand-var.pl. | |||
2009-10-31 | added missed vrrp priorities. | slioch | |
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-08-04 | Fix bonding group setup | Stephen Hemminger | |
The last change broke bond-group setup. | |||
2009-08-04 | BONDING: handle change of bond-group | Stephen Hemminger | |
Use similar action to new bridge-group Bug 4768 | |||
2009-08-04 | BONDING: handle change of bond-group | Stephen Hemminger | |
Use similar action to new bridge-group Bug 4768 | |||
2009-07-17 | Change interface state to down, add to bond group, change state to up. | Mark O'Brien | |
(cherry picked from commit ed127b43756dfe852cff453ac8d8a72c01cbefd2) | |||
2009-07-17 | Convert bonding to use sysfs instead of ifenslave | Stephen Hemminger | |
ifenslave is the old way, and may not be supported in future. Use sysfs instead to add/delete slaves. (cherry picked from commit 0bd1cd12ccb047afce7444f5728fc3bbc3f328a5) | |||
2009-07-17 | Remove invalid buried templates | Stephen Hemminger | |
These are all templates that do nothing in current config and only contain a useless help: value. (cherry picked from commit d932a2d53618d38a3a5d4c668e18fc5920e0ad6b) | |||
2009-07-14 | Bugfix 4708: Re-structure to avoid using "update" in non-leaf valueless nodes. | Bob Gilligan | |
This change cleans up the bridging configuration, uses the new COMMIT_ACTION environment variable, and avoids using state files to pass information between templates. | |||
2009-06-14 | Fix 4579: There is no validation for vrrp virtual-address like the one for ↵ | Stig Thormodsrud | |
interfaces address. | |||
2009-04-01 | Change "syntax" check to "commit" check for virtual interfaces. | Stig Thormodsrud | |
Change to use script for allowed values. | |||
2009-03-25 | Add "interface ethernet <> bridge-group bridge" update tag in addition to ↵ | Stig Thormodsrud | |
create tag. | |||
2009-03-25 | Change bridge check from "syntax" to "create". | Stig Thormodsrud | |
Change allowed tag to use new interface check. | |||
2009-03-25 | Change "syntax" check to "commit" check for "bridge-group bridge". | Stig Thormodsrud | |
2009-03-03 | Use vyatta-interfaces.pl to check bridge validity | Stephen Hemminger | |
2009-03-03 | Use vyatta-interfaces.pl to show available bonding devices | Stephen Hemminger | |
2009-03-01 | Fix 4152: Add support for VRRP operation on unnumbered interfaces | Stig Thormodsrud | |
2009-02-28 | Fix 3778: vrrp should allow prefix to be included with the virtual-address | Stig Thormodsrud | |
2008-09-17 | Add support for bonding | Stephen Hemminger | |
Bugfix 3173 Add support for bonding device creation and adding slaves | |||
2008-07-13 | Fix 3460: vrrp authentication error msg is wrong | Stig Thormodsrud | |
2008-06-25 | Add cli to enable proxy arp on a interface. | Stig Thormodsrud | |