mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
More testing, Re-enabled exclude functions.
This commit is contained in:
parent
e148dc2389
commit
c57ad438ed
@ -326,7 +326,7 @@ void free_server_opt(void)
|
|||||||
|
|
||||||
// Checks and removes any existing interface which is intended to be excluded
|
// Checks and removes any existing interface which is intended to be excluded
|
||||||
|
|
||||||
/*void check_excluded(void) {
|
void check_excluded(void) {
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
@ -396,7 +396,7 @@ int exclude_interface(int prevent_doubles) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
freeifaddrs(addrs);
|
freeifaddrs(addrs);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
void parse_options(int argc, char **argv)
|
void parse_options(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user