summaryrefslogtreecommitdiff
path: root/sbin/route/show.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-09-11 20:08:41 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-09-11 20:08:41 +0000
commit8dc158b68a043ede88887724148c3bfcebc5c914 (patch)
tree023dec6a1ddd83ca4a5c9fe7261610e0b551fc3d /sbin/route/show.c
parentf124b6824e57436e65f138ece3603de6219f0291 (diff)
Remove RTF_XRESOLVE support.
Diffstat (limited to 'sbin/route/show.c')
-rw-r--r--sbin/route/show.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c
index dbfae3a72c9..7276a7a5d85 100644
--- a/sbin/route/show.c
+++ b/sbin/route/show.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: show.c,v 1.100 2015/07/18 00:05:02 phessler Exp $ */
+/* $OpenBSD: show.c,v 1.101 2015/09/11 20:08:40 mpi Exp $ */
/* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */
/*
@@ -80,7 +80,6 @@ static const struct bits bits[] = {
{ RTF_DONE, 'd' }, /* Completed -- for routing messages only */
{ RTF_MASK, 'm' }, /* Mask Present -- for routing messages only */
{ RTF_CLONING, 'C' },
- { RTF_XRESOLVE, 'X' },
{ RTF_LLINFO, 'L' },
{ RTF_STATIC, 'S' },
{ RTF_PROTO1, '1' },