summaryrefslogtreecommitdiffstats
path: root/sbin/routed/table.c
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-03-30 07:18:04 +0000
committershin <shin@FreeBSD.org>2000-03-30 07:18:04 +0000
commit4b9d3d58fa47a7eecc5dd3d452178aa74366e15b (patch)
tree371474ad60345429790861357772b04551e61c5f /sbin/routed/table.c
parent7f3e149212abaea502b1815e03809f8697c2bfc7 (diff)
downloadFreeBSD-src-4b9d3d58fa47a7eecc5dd3d452178aa74366e15b.zip
FreeBSD-src-4b9d3d58fa47a7eecc5dd3d452178aa74366e15b.tar.gz
Add new rtmsg types which already defined in kernel.
Diffstat (limited to 'sbin/routed/table.c')
-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