Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-26 | rules: persistent net - handle "locally administered" ibmveth MAC addresses | Kay Sievers | |
2008-04-27 | rules_generator: net rules - add "dev_id" value to generated rules | David Woodhouse | |
2008-04-15 | rules_generator: net rules - always add KERNEL== match to generated rules | Kay Sievers | |
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2008-03-13 | rules_generator: add KERNEL=="<netifname>*" to generated rules | Kay Sievers | |
Some boxes, like the PS3, have multiple independent hardware interfaces, all sharing the same MAC address. If they have different interface names base names, we can distinguish them that way. | |||
2007-12-31 | rules_generator: add missing write_net_rules unlock | Jiri Slaby | |
2007-11-20 | rules_generator: do not create rules with insufficient matches | Kay Sievers | |
Thanks to Alexander E. Patrakov for pointing out that we create invalid rules. We still need a proper fix for devices we skip creating rules (locally administered MAC), but want to swap names with interface names we created rules for. | |||
2007-09-25 | rule_generator: always match netif type in generated rule | Kay Sievers | |
2007-09-21 | rule_generator: move all policy from write_net_rules to the rules file | Kay Sievers | |
2007-08-21 | rule_generator: fix wrong DRIVERS!= logic | Kay Sievers | |
Thanks to Matthias for identifying that. | |||
2007-08-07 | rules_generator: fix write_cd_rules when similar names exist in the root ↵ | Marco d'Itri | |
directory The argument to find_all_rules must be quoted or it will be subject to shell expansion, which will happen if in the root directory there are mount points with the same base name. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407738 for details. | |||
2007-08-07 | rules_generator: remove policy from write_cd_rules | Marco d'Itri | |
The decision about when to create by-id or by-path persistent rules should be made in the generator rules file where it's obvious and easy to modify locally, not in the script. | |||
2007-08-02 | rules_generator: skip random MAC addresses | Kay Sievers | |
2007-07-25 | rules_generator: remove "installation" function | Kay Sievers | |
This should be called by triggering events not by looping with the script itself. It also keeps a second blacklist outside of the rules which we do not want to maintain. | |||
2007-07-25 | rules_generator: add S/390 persistent network support | Hannes Reinecke | |
2007-06-25 | rules_generator: remove executable flag from include file | Kay Sievers | |
2007-03-22 | write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices | Matthias Schwarzott | |
2007-02-26 | rule_generator: fix for creating rules on read-only filesystem | Matthias Schwarzott | |
2007-01-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-11-27 | write_cd_rules: identity-based persistence | Marco d'Itri | |
Bryan Kadzban wrote: > Marco d'Itri wrote: > > Bryan Kadzban wrote: > > > > > This is a sort of follow-up of my path-based persistence patch for > > > net devices; it's the opposite type of addition for CD symlinks. > > > > Looks good. I am attaching a slightly reformatted version, I think it > > should be applied. > > That's probably a lot more clear than my version anyway: what you posted > looks like it does basically the same thing, just with some changes in > the order and sense of checks. | |||
2006-09-09 | rule_generator: improve net rule comment generation | Kay Sievers | |
2006-09-05 | add persistent rules generator for net devices and optical drives | Marco d'Itri | |