jevinskie / mDNSResponder

http://www.opensource.apple.com/source/mDNSResponder/
Other
124 stars 37 forks source link

RTM_SETLINK is missed #3

Open auxor opened 6 years ago

auxor commented 6 years ago

mDNSResponder/mDNSPosix/mDNSPosix.c #Line 1086

const char *kNLRtMsgTypes[] = { "RTM_NEWLINK", "RTM_DELLINK", "RTM_GETLINK", "RTM_NEWADDR", "RTM_DELADDR", "RTM_GETADDR" };

RTM_SETLINK is missed.

auxor commented 6 years ago

Should be const char *kNLRtMsgTypes[] = { "RTM_NEWLINK", "RTM_DELLINK", "RTM_GETLINK", "RTM_SETTLINK","RTM_NEWADDR", "RTM_DELADDR", "RTM_GETADDR" };