Skip to content

Commit

Permalink
repair interface MTU lookup. still not 100% sure about platform diffs.
Browse files Browse the repository at this point in the history
(for netbsd at least. ifa->ifa_data is empty)
  • Loading branch information
itojun committed Aug 31, 2000
1 parent 7df6e6b commit 0da35fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/rtadvd/if.c
@@ -1,4 +1,4 @@
/* $KAME: if.c,v 1.11 2000/07/06 08:20:04 jinmei Exp $ */
/* $KAME: if.c,v 1.12 2000/08/31 16:35:29 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -146,7 +146,7 @@ if_nametosdl(char *name)
int
if_getmtu(char *name)
{
#if 0
#ifdef SIOCGIFMTU
struct ifreq ifr;
int s;

Expand Down

0 comments on commit 0da35fe

Please sign in to comment.