Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring the IP support, and fixing #1846. | Luke Kanies | 2009-01-15 | 1 | -29/+49 |
| | | | | | | | | | | | | | | | | I've made the IPMess stuff a lot less messy, and refactored a lot of the util/ip module, including naming it more sensibly. The biggest changes are that I moved the big case statement into a constant and then used a bit of dispatch-style logic to use it, and I eliminated a bunch of duplicate code in the ipmess.rb file. Added some test data for FreeBSD and fixed a bug in my map logic pointed out by Paul Nasrat. I've also fixed #1846, in that the interface list now s/:/_/g. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixing indentation everywhere | Luke Kanies | 2009-01-15 | 1 | -75/+76 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixes #1582 - Fix MAC address reporting for Linux bonding slave interfaces | James Turnbull | 2008-09-20 | 1 | -14/+43 |
| | |||||
* | Add unit rspec tests for ticket 1425 | Paul Nasrat | 2008-08-13 | 1 | -3/+13 |
| | |||||
* | Add sample test and strawman solution for IP parsing code | Paul Nasrat | 2008-08-11 | 1 | -8/+14 |
| | |||||
* | Fix ticket 1425 on Solaris | Paul Nasrat | 2008-08-08 | 1 | -1/+7 |
| | |||||
* | Remove duplicated code paths | Paul Nasrat | 2008-08-08 | 1 | -36/+4 |
| | | | | Signed-off-by: Paul Nasrat <pnasrat@googlemail.com> | ||||
* | Partial fix for #1345 - BSD interfaces with aliases now select the first ↵ | James Turnbull | 2008-06-21 | 1 | -3/+3 |
| | | | | address by default | ||||
* | Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD ↵ | James Turnbull | 2008-06-09 | 1 | -5/+35 |
| | | | | aliased interfaces. | ||||
* | Fixing warnings and interfaces. | Luke Kanies | 2008-05-14 | 1 | -1/+7 |
| | | | | | | | | I was getting warnings on OS X for the IPmess stuff; that's now fixed. Also, I got rid of the internal usage of the Facter.<factname> interface, as I want to get rid of it. | ||||
* | Fixed Solaris detection of lo0 for ticket #46 | James Turnbull | 2008-02-16 | 1 | -1/+1 |
| | |||||
* | Added require util ip.rb file | James Turnbull | 2008-02-16 | 1 | -0/+62 |