aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet6.txt
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-04-20 18:10:56 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-04-20 18:11:30 +0200
commit9779459d2d4928a0f324d714b8d9fc5ec743caac (patch)
tree31ac998c7b5a313aa77ced1314ca04cb226e8af5 /sys/socket_inet6.txt
parent3e9ca9af331c24d56d701c749d25452d2a68e943 (diff)
sys: make ifindex a resource
Also split ioctl$sock_inet_ifreq into multple ioctls to make it possible to disable or enable particular ones.
Diffstat (limited to 'sys/socket_inet6.txt')
-rw-r--r--sys/socket_inet6.txt10
1 files changed, 5 insertions, 5 deletions
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
}