[PATCH 0/5 v2] make parsing in inet6_parse_protinfo() and inet_parse_af() more liberal
Thomas Graf
tgraf at suug.ch
Thu Mar 20 18:29:56 EDT 2014
On 03/20/14 at 07:18pm, Thomas Haller wrote:
> This obsoletes my two patches from yesterdays email
> '[PATCH 0/2] make parsing in inet6_parse_protinfo() and inet_parse_af() more liberal'
>
> Thomas Haller (5):
> route: don't enforce minlen in inet6_parse_protinfo() (IFLA_PROTINFO)
> and inet_parse_af() (IFLA_AF_SPEC)
> route: detect missing cfgid in rtnl_link_inet_get_conf()
> route: update kernel header snmp.h and fix inet6_parse_protinfo()
> after kernel API breakage
> route: rename internal copy of kernel header file 'inetdevice.h' to
> 'ip.h'
> route: update copy of kernel header 'ip.h'
>
> include/Makefile.am | 2 +-
> include/linux/inetdevice.h | 36 --------
> include/linux/ip.h | 172 ++++++++++++++++++++++++++++++++++++++
> include/linux/snmp.h | 43 ++++++++--
> include/netlink-private/netlink.h | 2 +-
> include/netlink/route/link.h | 6 ++
> lib/route/link.c | 6 ++
> lib/route/link/inet.c | 21 ++++-
> lib/route/link/inet6.c | 133 ++++++++++++++++++++++++++---
> 9 files changed, 360 insertions(+), 61 deletions(-)
> delete mode 100644 include/linux/inetdevice.h
> create mode 100644 include/linux/ip.h
Awesome work!
More information about the libnl
mailing list