when adding a link level route from outside the kernel,
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Wed, 2 May 1990 09:20:22 +0000 (01:20 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Wed, 2 May 1990 09:20:22 +0000 (01:20 -0800)
insure that rt_ifa points to something in the same AF for use when connecting.

SCCS-vsn: sys/net/if.c 7.10
SCCS-vsn: sys/net/if.c 7.10

usr/src/sys/net/if.c

index 40bee49..0b21573 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)if.c        7.9 (Berkeley) %G%
+ *     @(#)if.c        7.10 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"