Skip to content

Commit

Permalink
typo (must be rtm_addrs instead of rtm_flags). from fujitsu
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jan 8, 2004
1 parent e3b7951 commit 7c6186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/ndp/ndp.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: ndp.c,v 1.104 2003/06/27 07:48:39 itojun Exp $ */
/* $KAME: ndp.c,v 1.105 2004/01/08 06:50:37 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
Expand Down Expand Up @@ -903,7 +903,7 @@ rtmsg(cmd)
rtm->rtm_flags |= (RTF_HOST | RTF_STATIC);
if (rtm->rtm_flags & RTF_ANNOUNCE) {
rtm->rtm_flags &= ~RTF_HOST;
rtm->rtm_flags |= RTA_NETMASK;
rtm->rtm_addrs |= RTA_NETMASK;
}
/* FALLTHROUGH */
case RTM_GET:
Expand Down

0 comments on commit 7c6186c

Please sign in to comment.