summaryrefslogtreecommitdiff
path: root/sbin/route
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2016-08-31 21:32:07 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2016-08-31 21:32:07 +0000
commit7febf08f33aebb4a1f9528d962ce4c5067edc4f0 (patch)
treeae688679f31e9860b6004e62925b16c4b4ca8446 /sbin/route
parent24af558f5ce4979929bd5210935771efe940f288 (diff)
Remove unused RTF_MASK route flag.
Requested by and OK mpi@
Diffstat (limited to 'sbin/route')
-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 25202e78bdd..5294f763e18 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.185 2016/08/26 06:04:10 guenther Exp $ */
+/* $OpenBSD: route.c,v 1.186 2016/08/31 21:32:06 bluhm Exp $ */
/* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */
/*
@@ -1237,7 +1237,7 @@ char *msgtypes[] = {
char metricnames[] =
"\011priority\010rttvar\7rtt\6ssthresh\5sendpipe\4recvpipe\3expire\2hopcount\1mtu";
char routeflags[] =
-"\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010MASK_PRESENT\011CLONING"
+"\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010XMASK_PRESENT\011CLONING"
"\012XRESOLVE\013LLINFO\014STATIC\015BLACKHOLE\016PROTO3\017PROTO2\020PROTO1\021CLONED\023MPATH\025MPLS\026LOCAL\027BROADCAST";
char ifnetflags[] =
"\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6NOTRAILERS\7RUNNING\010NOARP\011PPROMISC"