Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-13 | 0.19.145debian/0.19.145 | Daniil Baturin | |
2011-12-13 | Bug 7672: Don't execute check-params-on-reboot.d if config file | Daniil Baturin | |
does not exist. | |||
2011-12-09 | 0.19.144debian/0.19.144 | Stephen Hemminger | |
2011-12-09 | sysctl: increase maximum allowed socket buffer | Stephen Hemminger | |
Need to allow netlink applications (like Quagga) to set large receive buffering. This fixes regression since it was set large back in Glendale. | |||
2011-12-09 | 0.19.143debian/0.19.143 | Stephen Hemminger | |
2011-12-08 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-08 | 0.19.142debian/0.19.142 | John Southworth | |
2011-12-08 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-12-08 | Fix sysctl application for vlan interfaes | John Southworth | |
2011-12-07 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | 0.19.141debian/0.19.141 | Bob Gilligan | |
2011-12-06 | Bugfix 7497: Include auth credentials when fetching the signature file | Bob Gilligan | |
2011-12-06 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | 0.19.140debian/0.19.140 | Bob Gilligan | |
2011-12-06 | Merge branch 'oxnard' of http://git.vyatta.com/vyatta-cfg-system into oxnard | Bob Gilligan | |
2011-12-06 | Fix up formating of Vyatta specific HTTP options. | Bob Gilligan | |
2011-12-06 | 0.19.139debian/0.19.139 | John Southworth | |
2011-12-06 | Add parsing of vrrp interfaces so that 'show vrrp interfaces ↵ | John Southworth | |
<vmac-interface>' will do what the user intended. Users should still be prompted to use the underlying interface name, but if they enter the vmac interface instead we should 'do what they mean' | |||
2011-12-06 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | 0.19.138debian/0.19.138 | John Southworth | |
2011-12-06 | Adjust the output of 'show vrrp' and 'show vrrp summary' for vmac and ↵ | John Southworth | |
address owner | |||
2011-12-06 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-12-05 | 0.19.137debian/0.19.137 | Bob Gilligan | |
2011-12-05 | Add HTTP headers to identify client and version. | Bob Gilligan | |
2011-12-05 | make vyatta-interfaces.pl aware of vrrp interfaces | John Southworth | |
2011-12-02 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-02 | 0.19.136debian/0.19.136 | John Southworth | |
2011-12-02 | 0.19.135 | John Southworth | |
2011-12-02 | Set accept_local on vrrp interfaces so that transition from 'current master ↵ | John Southworth | |
that is not address owner' to 'address owner that is requesting master' can occur | |||
2011-12-02 | md: don't start unless needed | Stephen Hemminger | |
Don't start RAID (md) unless root device is configured for RAID. | |||
2011-12-02 | 0.19.134debian/0.19.134 | John Southworth | |
2011-12-02 | Add vrrp interface description for bonding vif | John Southworth | |
2011-12-01 | 0.19.133debian/0.19.133 | John Southworth | |
2011-12-01 | Add vrrp interface description | John Southworth | |
2011-12-01 | Add handling for address ownership (priority 255) in RFC complient mode | John Southworth | |
2011-12-01 | Adjust the sysctl values of vrrp interfaces on master/backup transitions | John Southworth | |
2011-12-01 | Change arp_filter for all to 0 to allow vrrp interfaces to override the ↵ | John Southworth | |
default of 1 | |||
2011-11-29 | 0.19.132debian/0.19.132 | Stephen Hemminger | |
2011-11-29 | sudoers: expand ${bindir} | Stephen Hemminger | |
File is copied not expanded by shell | |||
2011-11-29 | change mode of /etc/sudoers.d/vyatta | Stephen Hemminger | |
Needs to be read only | |||
2011-11-29 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-11-28 | 0.19.131debian/0.19.131 | Bob Gilligan | |
2011-11-28 | Display vmac interface name in "show vrrp interfaces ..." command | Bob Gilligan | |
2011-11-28 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-11-28 | 0.19.130debian/0.19.130 | Bob Gilligan | |
2011-11-28 | Support VRRP virtual MAC interfaces above bond and bond vif interfaces | Bob Gilligan | |
This provides the same configuration parameters as are used to configure VRRP virtual MAC interfaces above ethernet and ethernet vif interfaces. | |||
2011-11-28 | 0.19.129debian/0.19.129 | Bob Gilligan | |
2011-11-28 | Use new naming convention for VRRP virtual mac interfaces. | Bob Gilligan | |
The new naming convention is: <ifname>v<VRID> where <ifname> is the name of the underlying physical interface or VLAN and <VRID> is the virtual router ID. For example: eth0v235, eth7.4000v199. | |||
2011-11-23 | Move vyatta changes to sudoers to separate file | Stephen Hemminger | |
Bug 6916 Rather than editing /etc/sudoers which can lead to package conflicts, put Vyatta specific changes into a separate file. | |||
2011-11-22 | Fix perl deprecated warning with 5.14 | Stephen Hemminger | |
Code of the form: for $i qw(a b c) causes the warning: Use of qw(...) as parentheses is deprecated |