commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20220818-10-g574bc98f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20220818-10-g574bc98f
Date: Mon, 29 Aug 2022 17:15:55 -0400 (EDT)

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 <damien@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-damien@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]