diff options
author | 2006-06-17 17:16:04 +0000 | |
---|---|---|
committer | 2006-06-17 17:16:04 +0000 | |
commit | 86a7fdde89a7bd6456179329ea012efc5361a139 (patch) | |
tree | 54e4fae3e77a76f33dbf5a0c65118f5a31efd168 | |
parent | make dvmrpd(8) behave correctly on sparc64 when generating and parsing (diff) | |
download | wireguard-openbsd-86a7fdde89a7bd6456179329ea012efc5361a139.tar.xz wireguard-openbsd-86a7fdde89a7bd6456179329ea012efc5361a139.zip |
Display multipath and jumbo flags in route get/monitor.
ok claudio@
-rw-r--r-- | sbin/route/route.c | 4 |
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"; |