Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Slawa Olhovchenkov
On Tue, Jun 25, 2013 at 12:10:50AM +, Qing Li wrote:

 Author: qingli
 Date: Tue Jun 25 00:10:49 2013
 New Revision: 252184
 URL: http://svnweb.freebsd.org/changeset/base/252184
 
 Log:
   Due to the routing related networking kernel redesign work
   in FBSD 8.0, interface routes have been returened to the
   applications without the RTF_GATEWAY bit. This incompatibility
   has caused some issues with Zebra, Qugga and the like.
   This patch provides the RTF_GATEWAY flag bit in returned interface
   routes so to behave similarly to pre 8.0 systems.
   
   Reviewed by:hrs
   Verified by:mackn at opendns dot com
 
 Modified:
   head/sys/net/route.h
   head/sys/net/rtsock.c

MFC planed?
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Adrian Chadd
Is this worth a freebsd version bump? In case some ports rely on the
new-but-now-broken behaviour?


Adrian

On 25 June 2013 06:48, Slawa Olhovchenkov s...@zxy.spb.ru wrote:
 On Tue, Jun 25, 2013 at 12:10:50AM +, Qing Li wrote:

 Author: qingli
 Date: Tue Jun 25 00:10:49 2013
 New Revision: 252184
 URL: http://svnweb.freebsd.org/changeset/base/252184

 Log:
   Due to the routing related networking kernel redesign work
   in FBSD 8.0, interface routes have been returened to the
   applications without the RTF_GATEWAY bit. This incompatibility
   has caused some issues with Zebra, Qugga and the like.
   This patch provides the RTF_GATEWAY flag bit in returned interface
   routes so to behave similarly to pre 8.0 systems.

   Reviewed by:hrs
   Verified by:mackn at opendns dot com

 Modified:
   head/sys/net/route.h
   head/sys/net/rtsock.c

 MFC planed?
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Slawa Olhovchenkov
On Tue, Jun 25, 2013 at 11:33:31AM -0700, Adrian Chadd wrote:

 Is this worth a freebsd version bump? In case some ports rely on the
 new-but-now-broken behaviour?

I think bird reinstall routes w/o RTF_GATEWAY bit and can't remove
this. I think none relay on returned routes w/o RTF_GATEWAY bit.


 Adrian
 
 On 25 June 2013 06:48, Slawa Olhovchenkov s...@zxy.spb.ru wrote:
  On Tue, Jun 25, 2013 at 12:10:50AM +, Qing Li wrote:
 
  Author: qingli
  Date: Tue Jun 25 00:10:49 2013
  New Revision: 252184
  URL: http://svnweb.freebsd.org/changeset/base/252184
 
  Log:
Due to the routing related networking kernel redesign work
in FBSD 8.0, interface routes have been returened to the
applications without the RTF_GATEWAY bit. This incompatibility
has caused some issues with Zebra, Qugga and the like.
This patch provides the RTF_GATEWAY flag bit in returned interface
routes so to behave similarly to pre 8.0 systems.
 
Reviewed by:hrs
Verified by:mackn at opendns dot com
 
  Modified:
head/sys/net/route.h
head/sys/net/rtsock.c
 
  MFC planed?
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org