Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | Bugfix 5120: Use biosdevname to generate the canonical name for an interface. | Bob Gilligan | |
Network interfaces are discovered at boot time in non-deterministic order, so their names are non-deterministic. The vyatta_net_name script is responsible for ensuring that network interface names are changed to match their Vyatta config file entry when a match based on MAC address is found. With this change, when a match is not found, we use the biosdevname tool to to find the canonical name for an interface, then change the interface's name to that name. This ensures that NICs are named in a deterministic and systemmatic fashion. | |||
2010-01-19 | Restiction on filtering of udev rules | Jon Andersson | |
2008-11-05 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2426 | rbalocca | |
2008-10-13 | Bugfix: 3226 | Bob Gilligan | |
Handle case where udev state file doesn't exist. | |||
2008-10-09 | Bugfix: 3226 | Bob Gilligan | |
Several different cases were being handled incorrectly. | |||
2008-03-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2008-02-22 | use vyattacfg for config files | An-Cheng Huang | |
2008-02-11 | fix for bug 2547: don't require/output ':' after "hw-id". | An-Cheng Huang | |
2008-01-23 | fix bug 2658 | Tom Grennan | |
udev appears to be threaded where sub-scripts may be context switch; so, defer config file interface updates to rl-system.init | |||
2008-01-23 | Revert "fix bug 2658" | Tom Grennan | |
This reverts commit b45bba4286e83f8babcd70eef908f2ea2f8fff3c. | |||
2008-01-21 | fix bug 2658 | Tom Grennan | |
silently write test BOOTFILE before trying too add/mod itf | |||
2008-01-15 | fix for bug 2534 and prep for larson's vif link detect fixes | Robert Bays | |
2007-12-17 | support stand-alone validation | Tom Grennan | |
2007-12-14 | move config file interface mods to udev handler | Tom Grennan | |
2007-12-14 | test for config file missing interface or interface hwid | Tom Grennan | |
2007-12-13 | process device persistence through udev rules rather than init script | Tom Grennan | |