Re: [PATCH] ifconfig hurd: Notify pfinet of interfaces

2022-09-28 Thread Samuel Thibault
Alfred M. Szmidt, le mer. 28 sept. 2022 11:21:34 -0400, a ecrit: >> have you signed copyright assignment papers for InetUtils, > >I didn't know there was copyright assignment for InetUtils :/ > > It has always been the case. The process is a few days in the best of > cases, and even if

Re: [PATCH] ifconfig hurd: Notify pfinet of interfaces

2022-09-28 Thread Samuel Thibault
Hello, Simon Josefsson, le mer. 28 sept. 2022 13:46:52 +0200, a ecrit: > have you signed copyright assignment papers for InetUtils, I didn't know there was copyright assignment for InetUtils :/ I now have sent the form to the clerk, but really, such process slows down contributions,

[PATCH] ifconfig: Support prefix length.

2022-09-26 Thread Samuel Thibault
Prefix lengths are much more convenient, support them as an alternative to passing -m separately from -A. * ifconfig/options.c (parse_opt): Detect prefix length, and in such a case, call parse_opt_set_netmask. Index: inetutils-2.3/ifconfig/options.c

[PATCH] ifconfig hurd: Notify pfinet of interfaces

2022-09-26 Thread Samuel Thibault
When the pfinet translator is configured without any initial interface, ifconfig has to explicitly tell it the interfaces to be configured. This needs to be done before any SIOC ioctl with that interface name, thus introducing a system_preconfigure that is called before any other configuration. *