summaryrefslogtreecommitdiff
path: root/cesar/lib/mac_lookup_table.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-09-07 11:35:14 +0200
committerNélio Laranjeiro2011-09-16 15:02:34 +0200
commitf1f6578cc0637588c3d17142dc64173491b3294c (patch)
tree1b819bdc90122a01dc4a3975e4f3a1fe5ba56645 /cesar/lib/mac_lookup_table.h
parent1c1cc0f92c1d9c9b01f0049fded19010ec4423be (diff)
cesar/lib: avoid duplicated entries in mac_lookup table, closes #2710, #215
Diffstat (limited to 'cesar/lib/mac_lookup_table.h')
-rw-r--r--cesar/lib/mac_lookup_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/lib/mac_lookup_table.h b/cesar/lib/mac_lookup_table.h
index 52e0334702..4c1d3b77e2 100644
--- a/cesar/lib/mac_lookup_table.h
+++ b/cesar/lib/mac_lookup_table.h
@@ -33,8 +33,8 @@
* create a new empty non-sorted table, copy the old values from the indexed
* table, add the new one you want.
*
- * Entries with the same MAC address field are not managed by this module and
- * are, therefore, permitted.
+ * Entries with the same MAC address field are managed by this module, the
+ * last entry to be added will replace the previous one.
*/
/* Forward declarations. */