Added lo:* to list of excluded interfaces.

This commit is contained in:
pdw
2002-10-21 10:40:23 +00:00
parent 9c38f17162
commit 7a997c4ec2
4 changed files with 23 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
@@ -29,6 +28,7 @@ char optstr[] = "+i:f:n:dhpbP";
* that they don't refer to interfaces of external type on which we are
* likely to want to listen. We also compare candidate interfaces to lo. */
static char *bad_interface_names[] = {
"lo:",
"dummy",
"vmnet",
NULL /* last entry must be NULL */