Unbreak nsh: remove MPLS ifq reporting support

Noticed by ajacoutot@ and nigel@, ok sthen@ chris@ (upstream)
This commit is contained in:
jca 2015-07-23 22:11:47 +00:00
parent 9f9b2088c3
commit 4b9c27ceb3
2 changed files with 13 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2015/01/10 13:13:16 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2015/07/23 22:11:47 jca Exp $
COMMENT = network switch style shell
DISTNAME = nsh-1.0.20140503
REVISION = 1
REVISION = 2
GH_ACCOUNT = yellowman
GH_PROJECT = nsh

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-commands_c,v 1.1 2015/07/23 22:11:47 jca Exp $
--- commands.c.orig Thu Jul 23 13:51:04 2015
+++ commands.c Thu Jul 23 13:51:14 2015
@@ -287,7 +287,6 @@ Menu ip6tab[] = {
Menu mplstab[] = {
{ "ttl", "MPLS ttl", CMPL0 0, 0, 0, 1, ipsysctl },
- { "ifq-maxlen", "MPLS IFQ maxlen", CMPL0 0, 0, 0, 1, ipsysctl },
{ "mapttl-ip", "MPLS mapttl IPv4", CMPL0 0, 0, 0, 1, ipsysctl },
{ "mapttl-ip6", "MPLS mapttl IPv6", CMPL0 0, 0, 0, 1, ipsysctl },
{ "?", "Help", CMPL0 0, 0, 0, 0, sysctlhelp },