New Protocol Submission for MVRP (Multiple VLAN Registration Protocol)

Missed modification of etypes.h file

svn path=/trunk/; revision=39478
This commit is contained in:
Alexis La Goutte 2011-10-19 21:22:42 +00:00
parent f03f4de4c5
commit 0f50a6fb7e
1 changed files with 4 additions and 0 deletions

View File

@ -430,6 +430,10 @@
#define ETHERTYPE_IEEE_802_1AH 0x88E7 /* IEEE 802.1ah Provider Backbone Bridge Mac-in-Mac */
#endif
#ifndef ETHERTYPE_MVRP
#define ETHERTYPE_MVRP 0x88F5 /* IEEE 802.1ak Multiple VLAN Registration Protocol */
#endif
#ifndef ETHERTYPE_MMRP
#define ETHERTYPE_MMRP 0x88F6 /* IEEE 802.1ak Multiple MAC Registration Protocol */
#endif