Unbreak nsh: remove MPLS ifq reporting support
Noticed by ajacoutot@ and nigel@, ok sthen@ chris@ (upstream)
This commit is contained in:
parent
9f9b2088c3
commit
4b9c27ceb3
@ -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
|
||||
|
11
shells/nsh/patches/patch-commands_c
Normal file
11
shells/nsh/patches/patch-commands_c
Normal 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 },
|
Loading…
Reference in New Issue
Block a user