-RTF_XRESOLVE

This commit is contained in:
sthen 2015-09-11 20:54:54 +00:00
parent 904058433b
commit aa3411823a
3 changed files with 25 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2015/09/11 14:25:47 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2015/09/11 20:54:54 sthen Exp $
COMMENT = network switch style shell
DISTNAME = nsh-1.0.20150902
REVISION = 0
REVISION = 1
GH_ACCOUNT = yellowman
GH_PROJECT = nsh

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-kroute_c,v 1.3 2015/09/11 20:54:54 sthen Exp $
--- kroute.c.orig Fri Sep 11 22:53:17 2015
+++ kroute.c Fri Sep 11 22:53:24 2015
@@ -360,7 +360,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\017PROTO2\020PROTO1";
+"\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010MASK_PRESENT\011CLONING\012LLINFO\014STATIC\017PROTO2\020PROTO1";
char ifnetflags[] =
"\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6NOTRAILERS\7RUNNING\010NOARP\011PROMISC\012ALLMULTI\013OACTIVE\014SIMPLEX\015LINK0\016LINK1\017LINK2\020MULTICAST";

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-show_c,v 1.1 2015/09/11 20:54:54 sthen Exp $
--- show.c.orig Fri Sep 11 22:53:17 2015
+++ show.c Fri Sep 11 22:53:20 2015
@@ -81,7 +81,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' },