diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-07-23 07:46:24 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-07-23 07:46:24 +0200 |
commit | 2ca000f268a01af536e975dd7e73197e77802c5c (patch) | |
tree | 906793b7156ff59788cbe0e88bdde1639bfd7889 /ethertype.h | |
parent | 5fa093a48ee40b52f1c2e5abe91507f70c95688a (diff) |
Remove a duplicate EtherType
Diffstat (limited to 'ethertype.h')
-rw-r--r-- | ethertype.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ethertype.h b/ethertype.h index 32e96c55..e34e07b9 100644 --- a/ethertype.h +++ b/ethertype.h @@ -40,9 +40,6 @@ #ifndef ETHERTYPE_ARP #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ #endif -#ifndef ETHERTYPE_REVARP -#define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */ -#endif #ifndef ETHERTYPE_NS #define ETHERTYPE_NS 0x0600 #endif @@ -71,7 +68,7 @@ #define ETHERTYPE_TEB 0x6558 #endif #ifndef ETHERTYPE_REVARP -#define ETHERTYPE_REVARP 0x8035 +#define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */ #endif #ifndef ETHERTYPE_LANBRIDGE #define ETHERTYPE_LANBRIDGE 0x8038 |