summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlefranc2010-01-07 16:11:02 +0000
committerlefranc2010-01-07 16:11:02 +0000
commit656157c744f84191f99992608f3cf97ebf2cb827 (patch)
treebec58d71a34b3616de53c4bd2b39c81042a5f3f1
parentf8284f1fce22ba296846c837b16a668163127d04 (diff)
cleo/appli/managerd: remove MME ethertype and add bcast mac-addr
- remove already defined MME ethertype - add define for broadcast mac-address git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6594 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--cleopatre/application/managerd/inc/bridge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/application/managerd/inc/bridge.h b/cleopatre/application/managerd/inc/bridge.h
index 71798bf592..c18a008e3b 100644
--- a/cleopatre/application/managerd/inc/bridge.h
+++ b/cleopatre/application/managerd/inc/bridge.h
@@ -21,14 +21,14 @@
#ifndef BRIDGE_H
#define BRIDGE_H
+#include "libmme.h"
#include "managerd.h"
/** Interfaces name */
#define BR_IFNAME "br0"
#define PLC_IFNAME "plc0"
-/** TODO: suppress it it will be on toolchain */
-#define ETH_P_HPAV 0x88e1
+#define BROADCAST_ADDR "\xff\xff\xff\xff\xff\xff"
/** Reception timeout in seconds */
#define WAIT_TOUT 1