summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/mgr/inc
diff options
context:
space:
mode:
authordufour2009-11-04 08:52:22 +0000
committerdufour2009-11-04 08:52:22 +0000
commit944710a910edbd0d3393998e1bdf111ef0d0101e (patch)
treeb65f04f7995f870c229ccdb06babf38731ef6240 /cesar/cp/sta/mgr/inc
parentd8401ce10276c22a3d9df4bae1313e77a108b536 (diff)
cesar/sta/mgr: use TEI as tag in MAC to TEI for bridged entries, closes #699
Correct usage of tag in test_general/dataplane too. Remove the old enum. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6321 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/sta/mgr/inc')
-rw-r--r--cesar/cp/sta/mgr/inc/net.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cesar/cp/sta/mgr/inc/net.h b/cesar/cp/sta/mgr/inc/net.h
index cdc91d4b86..5439efd320 100644
--- a/cesar/cp/sta/mgr/inc/net.h
+++ b/cesar/cp/sta/mgr/inc/net.h
@@ -20,15 +20,6 @@
#include "lib/set.h"
#include "lib/slab.h"
-/** Enumerator for the mac to tei table in the CL. */
-enum cp_mactotei_tags_t
-{
- CP_MACTOTEI_TAGS_LIST,
- CP_MACTOTEI_TAGS_BRIDGE,
- CP_MACTOTEI_TAGS_MAX
-};
-
-
struct cp_net_t
{
/** AVLN's SNID. */