summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/routed/table.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/routed/table.c b/sbin/routed/table.c
index d7bab2f..c49e1cd 100644
--- a/sbin/routed/table.c
+++ b/sbin/routed/table.c
@@ -635,7 +635,9 @@ rtm_type_name(u_char type)
"RTM_RESOLVE",
"RTM_NEWADDR",
"RTM_DELADDR",
- "RTM_IFINFO"
+ "RTM_IFINFO",
+ "RTM_NEWMADDR",
+ "RTM_DELMADDR"
};
static char name0[NAME0_LEN];
OpenPOWER on IntegriCloud