summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-240.15.6debian/0.15.6Stig Thormodsrud
2009-03-24Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-03-24Change "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-230.15.5debian/0.15.5Stephen Hemminger
2009-03-23Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-23Save interface description in kernelStephen Hemminger
2009-03-230.15.4debian/0.15.4An-Cheng Huang
2009-03-23use renamed tacplus packageAn-Cheng Huang
2009-03-16will help debug bug 4181 if and when it happensMohit Mehta
2009-03-12Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-12Change update to create on multi-nodesStephen Hemminger
2009-03-120.15.3-14debian/0.15.3-14Stig Thormodsrud
2009-03-12Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-03-12Fix 4190: vrrp may fail to start daemon if previous commit of vrrp partially ↵Stig Thormodsrud
failed
2009-03-110.15.3-13debian/0.15.3-13Stephen Hemminger
2009-03-11Don't allow vif on disabled bonding interfaceStephen Hemminger
2009-03-11Fix delete of bonding vifStephen Hemminger
Need dev in argument
2009-03-11Fix perlcritic warning about bare file handleStephen Hemminger
Use 3 arg open.
2009-03-10use code from Vyatta::Misc where is_dhcp_enabled() is already definedMohit Mehta
2009-03-090.15.3-12debian/0.15.3-12Bob Gilligan
2009-03-09Remove per-interface firewall templates. They are generated now.Bob Gilligan
2009-03-08Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-03-08Fix 4183: No auto completion for group number when running 'clear vrrpStig Thormodsrud
master interface <ifname> group <group-num>'
2009-03-070.15.3-11debian/0.15.3-11An-Cheng Huang
2009-03-07Fix path to lsofStephen Hemminger
Show tech-support would fail when running lsof as operator.
2009-03-06Remove prefix mask on vip if present since it can't be using in arping.Stig Thormodsrud
2009-03-060.15.3-10debian/0.15.3-10Stig Thormodsrud
2009-03-06Specify source address with arping since we no longer require an IPStig Thormodsrud
address on the actual interface.
2009-03-06Remove unused directory.Stig Thormodsrud
2009-03-06Move changes file to /var/run/vrrpd and make sure the directory exists.Stig Thormodsrud
2009-03-05More checking for open() of logStephen Hemminger
If log open fails, at least print the reason why.
2009-03-03Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-03Change sudo ability of some operator related commandsStephen Hemminger
Bug 4147, 4142 Don't allow arbitrary conntrack commands Do allow operator to show disk format.
2009-03-03Fix perlcritic warningsStephen Hemminger
Use of global loop variable, and open syntax.
2009-03-030.15.3-9debian/0.15.3-9Stephen Hemminger
2009-03-03Fix slave device startupStephen Hemminger
Slave devices need to be added by config not by script Bug 4085
2009-03-03Use vyatta-interfaces.pl to check bridge validityStephen Hemminger
2009-03-03Use vyatta-interfaces.pl to show available bonding devicesStephen Hemminger
2009-03-03Run through tidy for indentStephen Hemminger
2009-03-03Fix path on hwclock cleanoutStephen Hemminger
2009-03-020.15.3-8debian/0.15.3-8Stephen Hemminger
2009-03-02Remove out of date quick-installStephen Hemminger
The script was out of date (created multiple partitions), and no longer worth supporting and updating.
2009-03-02Change install-system to handle CF betterStephen Hemminger
On small disks use ext2 to avoid the extra writes wearing out flash prematurely. Bug 4149 and 3969
2009-03-02Convert to bonding vif to use netlink.Stephen Hemminger
2009-03-010.15.3-7debian/0.15.3-7Stig Thormodsrud
2009-03-01Fix 4152: Add support for VRRP operation on unnumbered interfacesStig Thormodsrud
2009-03-01Fix 4068: 'show vrrp' last transition times are not updated when a ↵Stig Thormodsrud
transition occurs on boot.
2009-03-01Fix breakage from previous cleanup commit.Stig Thormodsrud
2009-02-28Fix 3778: vrrp should allow prefix to be included with the virtual-addressStig Thormodsrud
2009-02-28let admin user set arp paramtersMohit Mehta