[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180416.155518.1086369313244479588.davem@davemloft.net>
Date: Mon, 16 Apr 2018 15:55:18 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: dsahern@...il.com
Cc: netdev@...r.kernel.org, idosch@...sch.org,
roopa@...ulusnetworks.com, eric.dumazet@...il.com,
weiwan@...gle.com, kafai@...com, yoshfuji@...ux-ipv6.org
Subject: Re: [PATCH net-next 07/21] net/ipv6: Save route type in rt6_info
From: David Ahern <dsahern@...il.com>
Date: Mon, 16 Apr 2018 13:50:07 -0600
> Added this to the commit message:
>
> fc_type is set in current users based on the algorithm in rt6_fill_node:
> - rt6i_flags contains RTF_LOCAL: fc_type = RTN_LOCAL
> - rt6i_flags contains RTF_ANYCAST: fc_type = RTN_ANYCAST
> - else fc_type = RTN_UNICAST
>
> Similarly, fib6_type is set in the rt6_info templates based on the
> RTF_REJECT section of rt6_fill_node converting dst.error to RTN type.
>
> #####
>
> Will send a v2 later this week.
Looks great.
Powered by blists - more mailing lists