Remove obsolete interfaces: eon (netiso) and nsip (netns)
Pointed out by Kamil Rytarowski
This commit is contained in:
parent
5ca2652f3f
commit
8f82f57c45
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: net.c,v 1.20 2015/05/11 13:07:57 martin Exp $ */
|
||||
/* $NetBSD: net.c,v 1.21 2015/05/21 01:09:00 ozaki-r Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -200,7 +200,6 @@ url_encode(char *dst, const char *src, const char *ep,
|
|||
}
|
||||
|
||||
static const char *ignored_if_names[] = {
|
||||
"eon", /* netiso */
|
||||
"gre", /* net */
|
||||
"ipip", /* netinet */
|
||||
"gif", /* netinet6 */
|
||||
|
@ -210,7 +209,6 @@ static const char *ignored_if_names[] = {
|
|||
#if 0
|
||||
"mdecap", /* netinet -- never in IF list (?) XXX */
|
||||
#endif
|
||||
"nsip", /* netns */
|
||||
"ppp", /* net */
|
||||
#if 0
|
||||
"sl", /* net */
|
||||
|
|
Loading…
Reference in New Issue