Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-11 | Don't allow setting group vyattaop | Stephen Hemminger | |
Make vyattaop consistent with vyattacfg | |||
2009-09-10 | Allow null description on device | Stephen Hemminger | |
Bug 4918 | |||
2009-08-03 | Fix bonding group setup | Stephen Hemminger | |
The last change broke bond-group setup. | |||
2009-07-31 | BONDING: handle change of bond-group | Stephen Hemminger | |
Use similar action to new bridge-group Bug 4768 | |||
2009-07-31 | Bonding: load module with MII monitor enabled | Stephen Hemminger | |
Unless miimon parameter is set, bonding device won't watch for link changes (which makes it useless for any backup modes). | |||
2009-07-30 | Bugfix 4700: Move processing to "end" field so that param modifications are ↵ | Bob Gilligan | |
handled. In order to correctly handle cases where parameters are changed after a repository configuration has been set up, we need to do the work in an "end" field instead of a "create" field. The "create" field is only executed when the node itself is created, not when nodes below it are modified. | |||
2009-07-27 | Remove slaves before changing mode | Stephen Hemminger | |
Since kernel driver does not handle mode changes properly. Workaround by removing slaves (and readding) before changing mode. Bug 4758 | |||
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-07-14 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Bob Gilligan | |
2009-07-14 | Bugfix 4708: Eliminate use of "update" in non-leaf valueless nodes. | Bob Gilligan | |
2009-07-07 | Fix descriptions with meta-characters | Stephen Hemminger | |
Bug 4672 Use ip command rather than sysfs to avoid quoting issues | |||
2009-07-07 | Allow disable of bonding interface with VIF | Stephen Hemminger | |
bug 4694 No reason to block disabling bonding interface with VIF Kernel handles it fine. | |||
2009-07-07 | Block creating vif until after slaves present | Stephen Hemminger | |
Workaround for bonding VLAN_CHALLENGED bug 4694 | |||
2009-07-02 | Fix Bug 4554 check for existing firewall ruleset fails when applying it to a ↵ | Mohit Mehta | |
zone during boot * use isActive to check if firewall ruleset has been succesfully committed * fix templates to fail inside an action field when a command fails | |||
2009-07-01 | Fix 'sh: line 1:' error ing bug 4655. | Mark O'Brien | |
2009-06-26 | Added link detect to ethernet bonded vlan interfaces. | Mark O'Brien | |
(bug 4656) | |||
2009-06-23 | Change interface state to down, add to bond group, change state to up. | Mark O'Brien | |
2009-06-17 | temporarily undo check for firewall ruleset until bug 4554 is resolved | Mohit Mehta | |
2009-06-16 | Make telnet management smarter | Stephen Hemminger | |
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it | |||
2009-06-15 | 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. | |||
2009-06-14 | Fix 4579: There is no validation for vrrp virtual-address like the one for ↵ | Stig Thormodsrud | |
interfaces address. | |||
2009-06-12 | Remove ability to add vif to macvlan | Stephen Hemminger | |
Macvlan and vlan tagging doesn't work right in the kernel (2.6.29) so wait till it is fixed upstream. | |||
2009-06-09 | Remove invalid buried templates | Stephen Hemminger | |
These are all templates that do nothing in current config and only contain a useless help: value. | |||
2009-06-08 | Fix help/completion for xor-hash | Stephen Hemminger | |
Bug 4513 | |||
2009-06-08 | Use sysfs for bonding device control | Stephen Hemminger | |
Bug 4511 Since loading bond module is broken in 2.6.29 or later kernel and the root cause is in sysfs/procfs which is a mess. Workaround the problem by loading bond module once and using sysfs. | |||
2009-06-03 | change default-policy to default-action for zones | Mohit Mehta | |
2009-06-02 | Fix some more update tag | Stephen Hemminger | |
A couple more places where update should be replaced with create because multiple values allowed. | |||
2009-06-02 | 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. | |||
2009-06-01 | Change how system login update works | Stephen Hemminger | |
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update. | |||
2009-06-01 | Fix deletion of pseudo-ethernet | Stephen Hemminger | |
Bug 4478 Incorrect syntax on ip link command. | |||
2009-05-30 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |
2009-05-30 | Change tunnel multicast from on/off to enable/disable. | Stig Thormodsrud | |
2009-05-27 | NTP management version 3 | Stephen Hemminger | |
1. Don't start NTP server at boot (network not configed yet) 2. Start NTP as needed based on vyatta config | |||
2009-05-27 | Revert "Restore default facility for 'syslog console'" | Stephen Hemminger | |
This reverts commit 5a5ca056ba439d2ff3fec19e97fb7111f9fe9819. | |||
2009-05-26 | Restore default facility for 'syslog console' | Stephen Hemminger | |
Bug 4051 set system syslog console needs to default to: set system syslog console facility all level err | |||
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-05-22 | Fix ntp.conf management | Stephen Hemminger | |
Had incorrect grep expressions, and don't need to use sudo unless changing values. | |||
2009-05-19 | Fix Bug 4416 Add the ability to configure a specific server for DynDNS | Mohit Mehta | |
2009-05-18 | Avoid restarting NTP server if not needed | Stephen Hemminger | |
On boot if ntp.conf contains proper server, there is no need to restart ntpd. | |||
2009-05-15 | Don't advertise loopback interface as an allowed value for zone interfaces | Mohit Mehta | |
We do not have firewall under 'interface loopback' either | |||
2009-05-06 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-05-06 | Allow specifying 'protocols' for syslog facility | Stephen Hemminger | |
Since quagga uses local7, make it a real facility. Allow local7 for compatiablity. Bug 4263 | |||
2009-05-06 | * do silent validity check when creating zone chains and adding from zone rules | Mohit Mehta | |
2009-05-05 | Split up system login scripts | Stephen Hemminger | |
1. User and Radius separate scripts 2. Tacacs (incomplete) moved to separate package | |||
2009-05-05 | * restrict zone name to 20 characters | Mohit Mehta | |
2009-04-29 | Move virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |
Avoid name-conflict with Xen | |||
2009-04-28 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-04-28 | ntp: fix message | Stephen Hemminger | |
The dynamic option is the default in current versions and generates bogus message. Bug: 4264 | |||
2009-04-26 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |