This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via 574bc98f0f236939c6ef5bc1fc61c919ee8b5d47 (commit) from 5adb4b834b1eba82b7f3eca6324bed0355cae0af (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 574bc98f0f236939c6ef5bc1fc61c919ee8b5d47 Author: Damien Zammit <dam...@zamaudio.com> Date: Mon Aug 29 10:30:04 2022 +0000 pfinet: Add SIOCADDRT and SIOCDELRT equivalent iioctls Using a new client side <net/route.h> I was able to clean up the existing options.c in pfinet and add two new ioctls for adding/deleting network routes. /* move to bits/ioctl.h */ struct ifrtreq { char ifname[IFNAMSIZ]; in_addr_t rt_dest; in_addr_t rt_mask; in_addr_t rt_gateway; int rt_flags; int rt_metric; int rt_mtu; int rt_window; int rt_irtt; int rt_tos; int rt_class; }; Message-Id: <20220829102952.369798-1-dam...@zamaudio.com> ----------------------------------------------------------------------- Summary of changes: hurd/iioctl.defs | 17 +++- hurd/ioctl_types.h | 15 +++ pfinet/iioctl-ops.c | 266 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pfinet/options.c | 120 ++++-------------------- 4 files changed, 317 insertions(+), 101 deletions(-) hooks/post-receive -- Hurd