ipv6_activate_all_interfaces doesn't work on wireless interface.

Eric L Camachat eric.camachat at gmail.com
Sat Aug 17 17:38:51 UTC 2013


On Sat, 2013-08-17 at 10:18 -0700, Kevin Oberman wrote:

> There was a revision to networks.subr in r253683 that removed
> accept_rtadv from default for bridge interfaces.
> 
> At least the comment says that it should not be default which implies
> that it used to be. If there is a logic error in the commit (I just
> noted the change to rtadv and the comment, but did not attempt to
> confirm the logic), perhaps accept_rtadv got turned off on more than
> just bridge interfaces.
> 
> 
> 
> 564
>  
> 
>  bridge[0-9]*)
> 565
>  
> 
>    # No accept_rtadv by
> default on if_bridge(4)
> 566
>  
> 
>    # to avoid a
> conflict with the
> member
> 567
>  
> 
>    # interfaces.
> 568
>  
> 
>    return 1
> 569
>  
>                  ;;
> 570
>  
>                  *)
> 

That script affect only when ipv6_enable="YES" for backward
compatibility, from its comments.

Eric





More information about the freebsd-current mailing list