summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/neighbour.h1
-rw-r--r--include/linux/nexthop.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/neighbour.h b/include/linux/neighbour.h
index cd144e3099..eefcda8ca4 100644
--- a/include/linux/neighbour.h
+++ b/include/linux/neighbour.h
@@ -29,6 +29,7 @@ enum {
NDA_LINK_NETNSID,
NDA_SRC_VNI,
NDA_PROTOCOL, /* Originator of entry */
+ NDA_NH_ID,
__NDA_MAX
};
diff --git a/include/linux/nexthop.h b/include/linux/nexthop.h
index e4d6e256ef..ee2a15b9c7 100644
--- a/include/linux/nexthop.h
+++ b/include/linux/nexthop.h
@@ -50,6 +50,7 @@ enum {
*/
NHA_GROUPS, /* flag; only return nexthop groups in dump */
NHA_MASTER, /* u32; only return nexthops with given master dev */
+ NHA_FDB, /* nexthop belongs to a bridge fdb */
__NHA_MAX,
};