~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to datapath/linux/compat/include/linux/if_ether.h

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#endif /* linux kernel < 2.6.30 */
18
18
 
 
19
#ifndef ETH_P_802_3_MIN
 
20
#define ETH_P_802_3_MIN        0x0600
 
21
#endif
 
22
 
 
23
#ifndef ETH_P_8021AD
 
24
#define ETH_P_8021AD    0x88A8          /* 802.1ad Service VLAN         */
 
25
#endif
 
26
 
19
27
#endif