summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-02Fix delete of mac address on bonding interfaceStephen Hemminger
Bug 6489 Bonding device is a pseudo-device without hw-id, so deleting mac does nothing.
2010-12-02Set group ownership and permissions on /var/run/vyattaStephen Hemminger
Bug 6407 Allow configuration commands to create files in /var/run/vyatta without being root.
2010-12-02Cleanup leftover ipv6_no_fwd filesStephen Hemminger
Need to cleanup breadcrumb files on boot. Fix spellin errors
2010-12-010.19.12debian/0.19.12Stephen Hemminger
2010-12-01Speed up install-system progress barStephen Hemminger
The progress bar for copy files is nice but slows down the install because it updates too often
2010-11-300.19.11debian/0.19.11Stephen Hemminger
2010-11-30Fix dhcpv6 client scriptStephen Hemminger
Some compile and typo errors. Don't capture output, let it flow through to console. Use exec to get correct error code from dhcpv6 client program.
2010-11-300.19.10debian/0.19.10Stephen Hemminger
2010-11-30Remove old code for address insertion/deletion/validationStephen Hemminger
Interface addresses are now checked with other code.
2010-11-30Add duplicate address check on commitStephen Hemminger
Perl is no longer used for syntax checks, instead put duplicate address check into commit.
2010-11-30Add dhcpv6 options for all interfaces that support DHCPStephen Hemminger
DHCPv6 is not restricted to ethernet only anymore.
2010-11-290.19.9debian/0.19.9Stephen Hemminger
2010-11-29Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocinoStephen Hemminger
2010-11-29Automatically configure physical device for wireless interfacesStephen Hemminger
When system is booted with newly detected wireless device, both the hw-id and physical-device need to be setup.
2010-11-29Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocinoStephen Hemminger
2010-11-29Fix interface scanning on boot - allow more mac addressesStephen Hemminger
The code to match on locally assigned bit had a bad regex. Use conversion to hex and mask instead. Also don't allow multicast address bit.
2010-11-290.19.8debian/0.19.8Stephen Hemminger
2010-11-29Fix use of undefined in comparisonStephen Hemminger
The test for mixing dhcp and static ipv4 could cause perl warning from comparing undefined with numeric.
2010-11-290.19.7debian/0.19.7Stephen Hemminger
2010-11-29Remove module rather than deleting link deviceStephen Hemminger
The special tunnel device gre0 (etc) are created by module when installed. If the the device is deleted directly then following attempts to create tunnels will fail. The proper way to cleanup is to remove the module which will remove the special device and save memory.
2010-11-240.19.6debian/0.19.6Stephen Hemminger
2010-11-24Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocinoStephen Hemminger
2010-11-24Don't let biosdevname look at wireless devicesStephen Hemminger
Bug 6445 Biosdevname program converts everything to eth devices.
2010-11-240.19.5debian/0.19.5Stephen Hemminger
2010-11-24Fix tunnel cleanup scriptStephen Hemminger
Lots of errors in original version.
2010-11-240.19.4debian/0.19.4Stephen Hemminger
2010-11-24Revert "Don't need to rename vlan devices"Stephen Hemminger
This reverts commit c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.
2010-11-24Fix range checking on bridge port priority is limited to 0-63Stephen 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-24Add cpufrequtils default config fileStephen Hemminger
If cpufrequtils is installed, then want the default to be full performance.
2010-11-230.19.3debian/0.19.3Stephen Hemminger
2010-11-23Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-11-23Remove check function from keepalived perl scriptStephen Hemminger
No longer need check-vip option since the type checking is done in template
2010-11-23Use unlink rather than system() to remove files in keepalive scriptStephen Hemminger
Faster to use perl to remove file than going out to shell.
2010-11-23Use sockets to check if IP address is localStephen Hemminger
Much faster to user perl sockets to test if IP address is okay, rather than scanning ip addresses.
2010-11-23Improve performance of syntax checks for vrrp addressStephen Hemminger
Use CLI (ipv4,ipv4net) and new address validator to check addresses for VRRP.
2010-11-23Make scripts executableStephen Hemminger
2010-11-23Don't need to rename vlan devicesStephen Hemminger
Avoid calling vyatta_net_name on vlan's
2010-11-22typo in tunnel cleanupStephen Hemminger
2010-11-22Bonding should have same VRRP rules as EthernetStephen Hemminger
2010-11-22Don't allow zero for VRRP priority or VRIDStephen Hemminger
Bug 5673 Enfore restriction on values per RFC 3678
2010-11-220.19.1debian/0.19.1Stephen Hemminger
2010-11-22Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-11-22Optimize lookup of local ip on tunnelsStephen Hemminger
Speeds up boot with lots of tunnels
2010-11-22Use script vyatta-address to set interfaceStephen 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-22Replace perl address validation with utilityStephen Hemminger
2010-11-22Add utilities checking addressesStephen Hemminger
These are new C language utilites to replace the Perl utility when checking interface addresses. Perl compilation is major component of slow boot time. Note: this changes the package from pure scripts (arch independent) to arch dependent
2010-11-210.19.2debian/0.19.2Bob Gilligan
2010-11-21Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
mendocino
2010-11-21Bugfix 6457: Don't ask the question if you're not going to like the answer.Bob Gilligan
2010-11-210.18.21debian/0.18.21Bob Gilligan