From 9779459d2d4928a0f324d714b8d9fc5ec743caac Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 20 Apr 2017 18:10:56 +0200 Subject: sys: make ifindex a resource Also split ioctl$sock_inet_ifreq into multple ioctls to make it possible to disable or enable particular ones. --- sys/socket_inet6.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/socket_inet6.txt') diff --git a/sys/socket_inet6.txt b/sys/socket_inet6.txt index 382ca1614..c1b5480a2 100644 --- a/sys/socket_inet6.txt +++ b/sys/socket_inet6.txt @@ -113,8 +113,8 @@ mf6cctl { } ipv6_mreq { - multi ipv6_addr - ifindex int32 + multi ipv6_addr + ifindex ifindex } in6_flowlabel_req { @@ -153,7 +153,7 @@ group_filter_in6 { in6_pktinfo { ipi6_addr ipv6_addr - ipi6_ifindex int32 + ipi6_ifindex ifindex } # IPv6 ioctls @@ -181,11 +181,11 @@ in6_rtmsg { rtmsg_metric flags[rtmsg_metrics, int32] rtmsg_info int64 rtmsg_flags flags[rtmsg_flags, int32] - rtmsg_ifindex int32 + rtmsg_ifindex ifindex } in6_ifreq { ifr6_addr ipv6_addr ifr6_prefixlen int32 - ifr6_ifindex int32 + ifr6_ifindex ifindex } -- cgit mrf-deployment