asomers (Alan Somers)
- Login: asomers
- Registered on: 08/10/2017
- Last sign in: 01/30/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/10/2017
-
11:11 PM Ruby Feature #13803: Add Socket::Ifaddr.vhid on supported platforms
- There was a copy/paste error in my transcript. It should've read
~~~
$ sudo ifconfig epair create
$ sudo ifconfig epair0a 192.0.2.2/24 vhid 99
$ irb
> require 'socket'
> ...
=> #<Socket::Ifaddr epair0a UP,BROADCAST,RUNNING,PROMI... -
08:36 PM Ruby Feature #13803 (Closed): Add Socket::Ifaddr.vhid on supported platforms
- VHIDs are used in the failover process for interfaces using the CARP protocol. This patch adds support for getting the VHID of an interface address. Tested on FreeBSD 11.0 and FreeBSD 12.0-CURRENT
$ sudo ifconfig epair create
$ s...