Re: RTM_NEWNEIGH message for static ARP entry

2023-06-21 Thread Alexander Chernikov
On Wed, 21 Jun 2023, at 5:19 PM, Hartmut Brandt wrote: > Hi, > > when I set a static ARP entry I see an RTM_NEWNEIGH message on a netlink > socket as expected, but the ndm_state is NUD_INCOMPLETE. Should'nt this be > NUD_NOARP? At least this is what Linux returns. Thanks for the report, I’ll t

Re: ifconfig dumps core and gdb uses an undefined symbol

2023-06-14 Thread Alexander Chernikov
> On 14 Jun 2023, at 11:35, Gary Jennejohn wrote: > > On Wed, 14 Jun 2023 11:05:31 +0100 > Alexander Chernikov wrote: > >>> On 14 Jun 2023, at 10:53, Gary Jennejohn wrote: >>> >>> On Wed, 14 Jun 2023 09:01:35 + >>> Gary Jennejohn ma

Re: ifconfig dumps core and gdb uses an undefined symbol

2023-06-14 Thread Alexander Chernikov
> On 14 Jun 2023, at 10:53, Gary Jennejohn wrote: > > On Wed, 14 Jun 2023 09:01:35 + > Gary Jennejohn mailto:ga...@gmx.de>> wrote: > >> On Wed, 14 Jun 2023 09:09:04 +0100 >> Alexander Chernikov wrote: >> >>>> On 14 Jun 2023, at 08:59

Re: ifconfig dumps core and gdb uses an undefined symbol

2023-06-14 Thread Alexander Chernikov
> On 14 Jun 2023, at 10:01, Gary Jennejohn wrote: > > On Wed, 14 Jun 2023 09:09:04 +0100 > Alexander Chernikov mailto:melif...@freebsd.org>> > wrote: > >>> On 14 Jun 2023, at 08:59, Gary Jennejohn wrote: >> Hi Gary, >>> >>> So, n

Re: ifconfig dumps core and gdb uses an undefined symbol

2023-06-14 Thread Alexander Chernikov
> On 14 Jun 2023, at 08:59, Gary Jennejohn wrote: Hi Gary, > > So, now I have a new problem with current. > > I just now updated my current sources and ran buildworld and buildkernel, > since Gleb fixed the WITHOUT_PF problem. > > After installing the new world and kernel I see that ifconfig

Re: Error building kernel in current

2023-06-02 Thread Alexander Chernikov
On Fri, 2 Jun 2023, at 4:30 PM, Gary Jennejohn wrote: > On Fri, 2 Jun 2023 09:59:40 + > Gary Jennejohn wrote: > > > On Fri, 2 Jun 2023 09:56:44 + > > Gary Jennejohn wrote: > > > > > Error building kernel in current: > > > > > > ---

Re: builworld fails due to error in af_inet.c

2023-05-22 Thread Alexander Chernikov
Sorry for the breakage (and thanks for markj@ for the prompt fix) > On 22 May 2023, at 16:00, Gary Jennejohn wrote: > > I just ran buildworld using the latest current source. > > It dies due to this error in line 385 of /usr/src/sbin/ifconfig/af_inet.c: > > static void > warn_nomask(ifflags) >

Re: /usr/src/sys/netlink/route/iface.c:738:1: warning: unused function

2023-04-08 Thread Alexander Chernikov
> On 8 Apr 2023, at 20:21, Gary Jennejohn wrote: > > This isn't a fatal error, but it would be easy to fix: > > /usr/src/sys/netlink/route/iface.c:738:1: warning: unused function > 'inet6_get_plen' [-Wunused-function] > inet6_get_plen(const struct in6_addr *addr) > ^ > 1 warning generated. >