Skip to content

Commit

Permalink
PIPEX inq/outq and mobile ip controls disappear
Browse files Browse the repository at this point in the history
from naddy@openbsd nsh patches
  • Loading branch information
yellowman committed Oct 6, 2020
1 parent 23f1338 commit aee9665
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions commands.c
Expand Up @@ -253,7 +253,6 @@ Menu iptab[] = {
{ "ipip", "Allow IP-in-IP Encapsulation", CMPL0 0, 0, 0, 0, ipsysctl },
{ "gre", "Allow Generic Route Encapsulation", CMPL0 0, 0, 0, 0, ipsysctl },
{ "wccp", "Allow Web Cache Control Protocol", CMPL0 0, 0, 0, 0, ipsysctl },
{ "mobileip", "Allow Mobile IP Encapsulation", CMPL0 0, 0, 0, 0, ipsysctl },
{ "etherip", "Allow Ether-IP Encapsulation", CMPL0 0, 0, 0, 0, ipsysctl },
{ "ipcomp", "Allow IP Compression", CMPL0 0, 0, 0, 0, ipsysctl },
{ "esp", "Allow Encapsulated Security Payload", CMPL0 0, 0, 0, 0, ipsysctl },
Expand Down Expand Up @@ -305,8 +304,6 @@ Menu ddbtab[] = {

Menu pipextab[] = {
{ "enable", "PIPEX enable", CMPL0 0, 0, 0, 0, ipsysctl },
{ "inq-maxlen", "Input queue max length", CMPL0 0, 0, 0, 1, ipsysctl },
{ "outq-maxlength", "Output queue max length", CMPL0 0, 0, 0, 1, ipsysctl },
{ "?", "Help", CMPL0 0, 0, 0, 0, sysctlhelp },
{ 0, 0, 0, 0, 0, 0, 0, 0 }
};
Expand Down

0 comments on commit aee9665

Please sign in to comment.