Add RTM_IEEE80211 to array of route message descriptions.

PR:		151664
Submitted by:	Alexey Illarionov <littlesavage rambler.ru>
This commit is contained in:
Gleb Smirnoff 2010-12-08 15:10:27 +00:00
parent a739872374
commit 82641e1d1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216296

View File

@ -1306,6 +1306,7 @@ const char *msgtypes[] = {
"RTM_NEWMADDR: new multicast group membership on iface",
"RTM_DELMADDR: multicast group membership removed from iface",
"RTM_IFANNOUNCE: interface arrival/departure",
"RTM_IEEE80211: IEEE 802.11 wireless event",
0,
};