summaryrefslogtreecommitdiffstats
path: root/sys/sys/sockio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sockio.h')
-rw-r--r--sys/sys/sockio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index efa3cbc..c107562 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -90,6 +90,8 @@
#define SIOCSIFPHYADDR _IOW('i', 70, struct ifaliasreq) /* set gif addres */
#define SIOCGIFPSRCADDR _IOWR('i', 71, struct ifreq) /* get gif psrc addr */
#define SIOCGIFPDSTADDR _IOWR('i', 72, struct ifreq) /* get gif pdst addr */
+#define SIOCDIFPHYADDR _IOW('i', 73, struct ifreq) /* delete gif addrs */
+
#define SIOCSIFGENERIC _IOW('i', 57, struct ifreq) /* generic IF set op */
#define SIOCGIFGENERIC _IOWR('i', 58, struct ifreq) /* generic IF get op */
OpenPOWER on IntegriCloud