[Differential] D23788: DRAFT: ng_ksocket: IPv6 address parsing and unparsing

2020-02-23 Thread hrs (Hiroki Sato)
hrs requested changes to this revision. hrs added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > ng_ksocket.c:319 > + > + for (i = 0; i < 8; i++) { > + u_long val; inet_pton in libkern should be used to parse

[Differential] D19422: if_vxlan(4) Allow set MTU more than 1500 bytes.

2019-03-12 Thread hrs (Hiroki Sato)
hrs added a comment. Adding jumbo frame support looks good to me. However, is it better to support this in ether_ioctl() instead of a driver-specific ioctl handler? Check of (ifr->ifr_mtu > ETHERMTU) in ether_ioctl() can be changed to check if the interface has IFCAP_JUMBO_MTU

[Differential] D8904: inet: Fix routing issue by calling if_up()

2016-12-25 Thread hrs (Hiroki Sato)
hrs added a comment. The cause is that the prefix route was removed by in_scrubprefix() in the PRC_IFDOWN handler and never reinstalled upon PRC_IFUP because the reinstallation is done only for ifa passed to SIOCAIFADDR. Just calling if_up(ifp) looks too heavy to me because it causes

[Differential] [Commented On] D1986: Teach lagg(4) to change MTU

2015-12-18 Thread hrs (Hiroki Sato)
hrs added inline comments. INLINE COMMENTS sys/net/if_lagg.c:753 Please separate a llq loop from a handler for per-port configuration. A llq traversal should be required only once in lagg_port_ops() if the handlers process a single lagg_llq entry. sys/net/if_lagg.c:837 Is this (llq == NULL

[Differential] [Commented On] D1986: Teach lagg(4) to change MTU

2015-10-18 Thread hrs (Hiroki Sato)
hrs added a subscriber: hrs. hrs added a comment. It is true that this LOR is driver-specific but calling SIOCSIFMTU after acquiring a lock in lagg ioctl is not always safe. Change of lladdr suffers from the same situation and it was solved by using an asynchronous task queue to update

Re: kern/167646: [ip6] IPv6 TCP connection hangs/drops when time/clock on the client is stepped backwards

2012-05-10 Thread hrs
Synopsis: [ip6] IPv6 TCP connection hangs/drops when time/clock on the client is stepped backwards State-Changed-From-To: open->analyzed State-Changed-By: hrs State-Changed-When: Thu May 10 23:42:14 UTC 2012 State-Changed-Why: I'll take this. Responsible-Changed-From-To: freebsd-

Re: kern/134931: [route] Route messages sent to all socket listeners regardless of setfib(1)

2011-07-16 Thread hrs
Synopsis: [route] Route messages sent to all socket listeners regardless of setfib(1) Responsible-Changed-From-To: freebsd-net->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Sat Jul 16 15:46:50 UTC 2011 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/c

Re: kern/158307: [ip6] ipv6_pktinfo breaks IPV6_USE_MIN_MTU

2011-06-27 Thread hrs
Synopsis: [ip6] ipv6_pktinfo breaks IPV6_USE_MIN_MTU Responsible-Changed-From-To: freebsd-net->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Mon Jun 27 17:21:52 UTC 2011 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?p

Re: kern/156259: [ip6] [patch] IPv6 DNS autoconfiguration (RFC6106 RDNSS and DNSSL)

2011-04-09 Thread hrs
Synopsis: [ip6] [patch] IPv6 DNS autoconfiguration (RFC6106 RDNSS and DNSSL) Responsible-Changed-From-To: freebsd-net->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Sun Apr 10 01:27:13 UTC 2011 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-p

Re: kern/147102: [ip6] route6d deletes site-local routes

2010-05-26 Thread hrs
Synopsis: [ip6] route6d deletes site-local routes Responsible-Changed-From-To: freebsd-net->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Thu May 27 01:42:17 UTC 2010 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?p

Re: kern/125003: [gif] incorrect EtherIP header format.

2008-07-17 Thread hrs
Synopsis: [gif] incorrect EtherIP header format. Responsible-Changed-From-To: freebsd-net->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Thu Jul 17 21:47:32 UTC 2008 Responsible-Changed-Why: I will handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=125

Re: kern/125003: [gif] incorrect EtherIP header format.

2008-06-29 Thread hrs
Synopsis: [gif] incorrect EtherIP header format. State-Changed-From-To: feedback->open State-Changed-By: hrs State-Changed-When: Sun Jun 29 08:21:04 UTC 2008 State-Changed-Why: We have a concrete case now. http://www.freebsd.org/cgi/query-pr.cgi?pr=125

Re: kern/125003: [gif] incorrect EtherIP header format.

2008-06-28 Thread hrs
Synopsis: [gif] incorrect EtherIP header format. State-Changed-From-To: open->feedback State-Changed-By: hrs State-Changed-When: Sat Jun 28 18:57:46 UTC 2008 State-Changed-Why: We need a detail about this issue from the PR originator. http://www.freebsd.org/cgi/query-pr.cgi?pr=125