Skip to content

Commit

Permalink
when ENABLE_DEFAULT_SCOPE is specified, set the default value of
Browse files Browse the repository at this point in the history
ip6_use_defzone to 1.
  • Loading branch information
jinmei committed Nov 11, 2001
1 parent e9b4917 commit 2d41636
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kame/sys/netinet6/scope6.c
@@ -1,4 +1,4 @@
/* $KAME: scope6.c,v 1.22 2001/11/10 09:13:55 jinmei Exp $ */
/* $KAME: scope6.c,v 1.23 2001/11/11 16:51:49 jinmei Exp $ */

/*
* Copyright (C) 2000 WIDE Project.
Expand Down Expand Up @@ -44,7 +44,11 @@
#include <netinet6/in6_var.h>
#include <netinet6/scope6_var.h>

#ifdef ENABLE_DEFAULT_SCOPE
int ip6_use_defzone = 1;
#else
int ip6_use_defzone = 0;
#endif

struct scope6_id {
/*
Expand Down

0 comments on commit 2d41636

Please sign in to comment.