diff options
Diffstat (limited to 'include/uapi/linux/neighbour.h')
| -rw-r--r-- | include/uapi/linux/neighbour.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/neighbour.h b/include/uapi/linux/neighbour.h index adb068c53c4..f175212420a 100644 --- a/include/uapi/linux/neighbour.h +++ b/include/uapi/linux/neighbour.h @@ -21,6 +21,9 @@ enum {  	NDA_CACHEINFO,  	NDA_PROBES,  	NDA_VLAN, +	NDA_PORT, +	NDA_VNI, +	NDA_IFINDEX,  	__NDA_MAX  };  |