summaryrefslogtreecommitdiffstats
path: root/lib/facter/util/ip.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed #2346 - Part 1: Added arp fact for LinuxJames Turnbull2011-03-171-0/+7
* Fix for #6495 - Updated interface detectionJames Turnbull2011-03-091-10/+8
* (#2270) add IPv6 support to facter core.Daniel Pittman2011-02-171-0/+3
* Fix #4755: add support for GNU/kFreeBSD platform where missing.Marc Fournier2011-01-311-5/+5
* Adding HP-UX support to Facter's IP factsJames Turnbull2010-06-151-3/+15
* Fixed #2938 - interfaces that don't match ^\w+[.:]?\d+ are ignoredJames Turnbull2010-04-241-2/+2
* Fix errors when alias IP's are definedKurt Keller2009-09-091-0/+7
* Fix #2470 - duplicate entries in interfaces factPaul Nasrat2009-08-121-1/+1
* Facter fix #2231 typoPaul Nasrat2009-05-121-1/+1
* Partial fix for #2191 - Facter compatibility for Ruby 1.9James Turnbull2009-04-271-1/+1
* Fixing ifconfig warnings generated on OS XLuke Kanies2009-04-201-10/+6
* Fixed #2132 - support for named interface aliases under linuxJames Turnbull2009-04-211-1/+1
* Fixed #2081 - Fixed interfaces fact for vlan subinterfacesJames Turnbull2009-03-171-1/+1
* Fixed #2055 - SunoS Interface errorJames Turnbull2009-03-071-1/+1
* more consistent indentation and alignment. also removal of trailing whitespaceIan Taylor2009-02-281-11/+11
* Fixed #1924 - Fixed lo / lo:0 local interface matchingJames Turnbull2009-02-041-1/+1
* Cleaner fix for #1926James Turnbull2009-02-031-1/+1
* Added network factJames Turnbull2009-01-271-0/+13
* Fixed #1870 - Format all subnet masks as human-readableJames Turnbull2009-01-271-2/+7
* Fix bug #1870 and add interface fact support for darwin systemsPaul Nasrat2009-01-151-3/+3
* Refactoring the IP support, and fixing #1846.Luke Kanies2009-01-151-29/+49
* Fixing indentation everywhereLuke Kanies2009-01-151-75/+76
* Fixes #1582 - Fix MAC address reporting for Linux bonding slave interfacesJames Turnbull2008-09-201-14/+43
* Add unit rspec tests for ticket 1425Paul Nasrat2008-08-131-3/+13
* Add sample test and strawman solution for IP parsing codePaul Nasrat2008-08-111-8/+14
* Fix ticket 1425 on SolarisPaul Nasrat2008-08-081-1/+7
* Remove duplicated code pathsPaul Nasrat2008-08-081-36/+4
* Partial fix for #1345 - BSD interfaces with aliases now select the first addr...James Turnbull2008-06-211-3/+3
* Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD a...James Turnbull2008-06-091-5/+35
* Fixing warnings and interfaces.Luke Kanies2008-05-141-1/+7
* Fixed Solaris detection of lo0 for ticket #46James Turnbull2008-02-161-1/+1
* Added require util ip.rb fileJames Turnbull2008-02-161-0/+62