[#82311] [Ruby trunk Bug#13794] Infinite loop of sched_yield — charlie@...
Issue #13794 has been reported by catphish (Charlie Smurthwaite).
4 messages
2017/08/09
[#82518] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — mame@...
Issue #13618 has been updated by mame (Yusuke Endoh).
5 messages
2017/08/30
[#82552] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2017/08/31
mame@ruby-lang.org wrote:
[#82756] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wrong <normalperson@...>
2017/09/12
Eric Wrong <normalperson@yhbt.net> wrote:
[ruby-core:82340] [Ruby trunk Feature#13803] Add Socket::Ifaddr.vhid on supported platforms
From:
asomers@...
Date:
2017-08-10 23:11:22 UTC
List:
ruby-core #82340
Issue #13803 has been updated by asomers (Alan Somers). Tracker changed from Bug to Feature ruby -v deleted (2.5.0dev) Backport deleted (2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN) 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.getifaddrs[11] => #<Socket::Ifaddr epair0a UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST 192.0.2.2 netmask=255.255.255.0 broadcast=192.0.2.255> > Socket.getifaddrs[11].vhid => 99 ~~~ ---------------------------------------- Feature #13803: Add Socket::Ifaddr.vhid on supported platforms https://bugs.ruby-lang.org/issues/13803#change-66133 * Author: asomers (Alan Somers) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- 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 $ sudo ifconfig epair0a 192.0.2.2/24 vhid 99 $ irb > require 'socket' > Socket.getifaddrs[11] => #<Socket::Ifaddr epair0a UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST 192.0.2.2 netmask=255.255.255.0 broadcast=192.0.2.255> > Socket.getifaddrs[11].vhid => 99 ---Files-------------------------------- Ifaddr.vhid.patch (1.62 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>