summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorChristopher Pascoe <pascoe@cvs.openbsd.org>2006-06-17 17:16:05 +0000
committerChristopher Pascoe <pascoe@cvs.openbsd.org>2006-06-17 17:16:05 +0000
commitc9509bb2ddfd989bafe6b23d1d0fafc96be2e872 (patch)
treecf57121dd4fdbbcc77561130e5a33eb92b209a54 /sbin
parent15293dcfac00606b3265dbb7492b8303e2b0e048 (diff)
Display multipath and jumbo flags in route get/monitor.
ok claudio@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c
index cb3b42c686b..f924cd17e93 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.99 2006/06/16 17:46:43 henning Exp $ */
+/* $OpenBSD: route.c,v 1.100 2006/06/17 17:16:04 pascoe Exp $ */
/* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */
/*
@@ -1064,7 +1064,7 @@ char metricnames[] =
"\011pksent\010rttvar\7rtt\6ssthresh\5sendpipe\4recvpipe\3expire\2hopcount\1mtu";
char routeflags[] =
"\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010MASK_PRESENT\011CLONING"
-"\012XRESOLVE\013LLINFO\014STATIC\015BLACKHOLE\016PROTO3\017PROTO2\020PROTO1\021CLONED";
+"\012XRESOLVE\013LLINFO\014STATIC\015BLACKHOLE\016PROTO3\017PROTO2\020PROTO1\021CLONED\022SOURCE\023MPATH\024JUMBO";
char ifnetflags[] =
"\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6NOTRAILERS\7RUNNING\010NOARP\011PPROMISC"
"\012ALLMULTI\013OACTIVE\014SIMPLEX\015LINK0\016LINK1\017LINK2\020MULTICAST";