summaryrefslogtreecommitdiff
path: root/src/ipcpd/shim-eth-llc/main.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-08-23 10:47:15 +0000
committerdimitri staessens <dimitri.staessens@ugent.be>2017-08-23 10:47:15 +0000
commit2ece569453f142708f79d344bb5ce1619b350fc1 (patch)
tree1f499c0d6c7b8aedaecb1f11296fc7e01d36dea4 /src/ipcpd/shim-eth-llc/main.c
parent7fce287d421a90c67b62be6ee6210714b7427222 (diff)
parent3c1f1088bdfc369a91f3b52d5a69552acc5e268d (diff)
downloadouroboros-2ece569453f142708f79d344bb5ce1619b350fc1.tar.gz
ouroboros-2ece569453f142708f79d344bb5ce1619b350fc1.zip
Merged in sandervrijders/ouroboros/be-llc (pull request #565)
Be llc
Diffstat (limited to 'src/ipcpd/shim-eth-llc/main.c')
-rw-r--r--src/ipcpd/shim-eth-llc/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c
index 37df964b..bcf5abe2 100644
--- a/src/ipcpd/shim-eth-llc/main.c
+++ b/src/ipcpd/shim-eth-llc/main.c
@@ -20,8 +20,6 @@
* Foundation, Inc., http://www.fsf.org/about/contact/.
*/
-
-
#ifdef __APPLE__
#define _BSD_SOURCE
#define _DARWIN_C_SOURCE
@@ -89,6 +87,8 @@
#include <net/bpf.h>
#endif
+#define THIS_TYPE IPCP_SHIM_ETH_LLC
+
#define MGMT_SAP 0x01
#define MAC_SIZE 6
#define LLC_HEADER_SIZE 3