Re: [PATCH] pfinet: Add SIOCADDRT and SIOCDELRT equivalent iioctls

2022-08-27 Thread Samuel Thibault
Damien Zammit, le sam. 27 août 2022 03:14:13 +, a ecrit: > This adds support for ioctls for adding and removing routes in pfinet. > > Tested to still access network, but there seems to be a mismatch between > and , I can only make it compile > using the linux header. linux/route.h is only fo

[PATCH] pfinet: Add SIOCADDRT and SIOCDELRT equivalent iioctls

2022-08-26 Thread Damien Zammit
This adds support for ioctls for adding and removing routes in pfinet. Tested to still access network, but there seems to be a mismatch between and , I can only make it compile using the linux header. --- hurd/iioctl.defs| 17 ++- hurd/ioctl_types.h | 2 + pfinet/iioctl-ops.c | 266