Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor - rename ipmess to interfaces | Paul Nasrat | 2009-01-24 | 1 | -33/+0 |
| | |||||
* | Refactoring the IP support, and fixing #1846. | Luke Kanies | 2009-01-15 | 1 | -26/+13 |
| | | | | | | | | | | | | | | | | 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 | -23/+23 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixed #1547 - finally killed dots in IP address facts | James Turnbull | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | Fixed . dot escaping | James Turnbull | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Remove duplicated code paths | Paul Nasrat | 2008-08-08 | 1 | -36/+7 |
| | | | | Signed-off-by: Paul Nasrat <pnasrat@googlemail.com> | ||||
* | Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD ↵ | James Turnbull | 2008-06-09 | 1 | -8/+38 |
| | | | | aliased interfaces. | ||||
* | Updated version. Moved most facts to seperate files. | James Turnbull | 2008-05-17 | 1 | -13/+1 |
| | |||||
* | fixing whitespace | Luke Kanies | 2008-05-13 | 1 | -30/+29 |
| | |||||
* | Closes #1145 - fixed bad interface names by replacing : with _ | James Turnbull | 2008-03-20 | 1 | -3/+5 |
| | |||||
* | Fixed #46 - refactor ipmess.rb | James Turnbull | 2008-02-16 | 1 | -108/+23 |
| | |||||
* | Added support for multiple interfaces, macaddress and netmask facts for ↵ | James Turnbull | 2008-02-07 | 1 | -5/+57 |
| | | | | Linux, *BSD, and Solaris | ||||
* | Added index to imess.rb fixing Ticket #43. | James Turnbull | 2007-11-08 | 1 | -15/+19 |
| | |||||
* | Fixed ticket #44 | James Turnbull | 2007-11-05 | 1 | -2/+2 |
| | |||||
* | Revert "Adjusted :kernel confine to make it more in line with others" | James Turnbull | 2007-09-16 | 1 | -12/+12 |
| | | | | This reverts commit c5e6f602ae71d43ec58b65ec6b2f4f540bc27649. | ||||
* | Adjusted :kernel confine to make it more in line with others | root | 2007-09-16 | 1 | -18/+58 |
| | | | | Replaced initial ipmess.rb with updated version and added BSD support | ||||
* | Added support to return multiple interfaces and their IP addresses as facts. ↵ | James Turnbull | 2007-09-13 | 1 | -0/+45 |
Existing ipaddress fact which returns IP address of first interface on node is still available. Currently Linux only. Closes #6 |