1
0
mirror of https://github.com/vishvananda/netlink synced 2025-04-01 22:58:37 +00:00

Add support for extern_learn like in ip-neigh

This commit is contained in:
Arseny Mitin 2021-05-15 16:46:42 +03:00 committed by Alessandro Boch
parent 4cb3795f2c
commit b239a3083a

View File

@ -42,11 +42,12 @@ const (
// Neighbor Flags
const (
NTF_USE = 0x01
NTF_SELF = 0x02
NTF_MASTER = 0x04
NTF_PROXY = 0x08
NTF_ROUTER = 0x80
NTF_USE = 0x01
NTF_SELF = 0x02
NTF_MASTER = 0x04
NTF_PROXY = 0x08
NTF_EXT_LEARNED = 0x10
NTF_ROUTER = 0x80
)
// Ndmsg is for adding, removing or receiving information about a neighbor table entry