summaryrefslogtreecommitdiff
path: root/scripts/vyatta_net_name
AgeCommit message (Collapse)Author
2010-11-24Don't let biosdevname look at wireless devicesStephen Hemminger
Bug 6445 Biosdevname program converts everything to eth devices.
2010-10-26Change vyatta_net_name into a perl scriptStephen Hemminger
Use existing config parser and perl to handle udev device naming. Do renaming early in udev boot, and fixup config file later. This avoids rescanning udev devices on boot and adds preliminary support for hotplug.
2010-02-05Bugfix 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-19Restiction on filtering of udev rulesJon Andersson
2008-11-05Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2426rbalocca
2008-10-13Bugfix: 3226Bob Gilligan
Handle case where udev state file doesn't exist.
2008-10-09Bugfix: 3226Bob Gilligan
Several different cases were being handled incorrectly.
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-02-22use vyattacfg for config filesAn-Cheng Huang
2008-02-11fix for bug 2547: don't require/output ':' after "hw-id".An-Cheng Huang
2008-01-23fix bug 2658Tom 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-23Revert "fix bug 2658"Tom Grennan
This reverts commit b45bba4286e83f8babcd70eef908f2ea2f8fff3c.
2008-01-21fix bug 2658Tom Grennan
silently write test BOOTFILE before trying too add/mod itf
2008-01-15fix for bug 2534 and prep for larson's vif link detect fixesRobert Bays
2007-12-17support stand-alone validationTom Grennan
2007-12-14move config file interface mods to udev handlerTom Grennan
2007-12-14test for config file missing interface or interface hwidTom Grennan
2007-12-13process device persistence through udev rules rather than init scriptTom Grennan