[Bug 190796] Patch for sysutils/rubygem-facter to add interface alias support

bz-noreply at freebsd.org bz-noreply at freebsd.org
Sun Jun 8 16:24:19 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190796

--- Comment #1 from Michelle Sullivan <michelle at sorbs.net> ---
Output with patch:

# facter | grep -E 'ip|alias'
ipaddress => 174.36.235.173
ipaddress_em0 => 10.24.8.72
ipaddress_em1 => 174.36.235.173
ipaddress_em1_alias0 => 208.43.110.204
ipaddress_em1_alias1 => 208.43.110.205
ipaddress_em1_alias2 => 208.43.110.206
ipaddress_em1_alias3 => 208.43.110.207
ipaddress_lo0 => 127.0.0.1
netmask_em1_alias0 => 255.255.255.0
netmask_em1_alias1 => 255.255.255.0
netmask_em1_alias2 => 255.255.255.0
netmask_em1_alias3 => 255.255.255.0

Output currently (no patch):
# facter | grep -E 'ip|alias'
ipaddress => 174.36.235.173
ipaddress_em0 => 10.24.8.72
ipaddress_em1 => 174.36.235.173
ipaddress_lo0 => 127.0.0.1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list