Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jun 2014 16:24:19 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190796] Patch for sysutils/rubygem-facter to add interface alias support
Message-ID:  <bug-190796-13-60SsaB2pTr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190796-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190796-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190796

--- Comment #1 from Michelle Sullivan <michelle@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190796-13-60SsaB2pTr>