diff options
| author | David Ahern <[email protected]> | 2018-12-15 14:09:06 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-12-16 12:15:25 -0800 |
| commit | df9b0e30d44c901ac27c0f38cd54511b3f130c6d (patch) | |
| tree | a5c91efa13023045b3e5f5a14c7461fb84546219 /include/uapi/linux | |
| parent | 11fb60d1089f52dd9003d02cf2590c9b56eda840 (diff) | |
neighbor: Add protocol attribute
Similar to routes and rules, add protocol attribute to neighbor entries
for easier tracking of how each was created.
Signed-off-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/neighbour.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/neighbour.h b/include/uapi/linux/neighbour.h index 998155444e0d..cd144e3099a3 100644 --- a/include/uapi/linux/neighbour.h +++ b/include/uapi/linux/neighbour.h @@ -28,6 +28,7 @@ enum { NDA_MASTER, NDA_LINK_NETNSID, NDA_SRC_VNI, + NDA_PROTOCOL, /* Originator of entry */ __NDA_MAX }; |