RE: BGP attribute ext-next-hop

2018-04-17 Thread Arvin Gan
Hi, Thanks! Thanks Arvin -Original Message- From: Ondrej Zajicek Sent: Tuesday, April 17, 2018 8:22 PM To: Arvin Gan Cc: bird-users@network.cz Subject: Re: BGP attribute ext-next-hop On Wed, Apr 11, 2018 at 02:52:46PM +0200, Ondrej Zajicek wrote: > On Wed, Apr 11, 2018 at 09

Re: BGP attribute ext-next-hop

2018-04-17 Thread Ondrej Zajicek
On Wed, Apr 11, 2018 at 02:52:46PM +0200, Ondrej Zajicek wrote: > On Wed, Apr 11, 2018 at 09:57:44AM +, Arvin Gan wrote: > > Hi , > >Thanks for so quick reply. Do you mean if (s->channel->afi == > > BGP_AF_IPV4) maybe have bug, need change to if (s->channel->afi == > > BGP_AF_IPV4 && !s-

Re: BGP attribute ext-next-hop

2018-04-11 Thread Ondrej Zajicek
On Wed, Apr 11, 2018 at 10:41:25AM +, Arvin Gan wrote: > Hi, > > I found the traditional BGP and MP-BGP are independent in bird, > if use MP_REACH_NLRI, IPV4 NLRI are not used. Has any case that need to > support traditional BGP and MP-BGP at the same time ? That mean have a > configurati

Re: BGP attribute ext-next-hop

2018-04-11 Thread Ondrej Zajicek
On Wed, Apr 11, 2018 at 09:57:44AM +, Arvin Gan wrote: > Hi , >Thanks for so quick reply. Do you mean if (s->channel->afi == BGP_AF_IPV4) > maybe have bug, need change to if (s->channel->afi == BGP_AF_IPV4 && > !s->channel-> ext_next_hop) ? Yes, likely. I will check that. -- Elen sila

RE: BGP attribute ext-next-hop

2018-04-11 Thread Arvin Gan
BGP, transmit IPV4 route and IPV6 route in one UPDATE message. Thanks Arvin -Original Message- From: Ondrej Zajicek Sent: Wednesday, April 11, 2018 5:26 PM To: Arvin Gan Cc: bird-users@network.cz Subject: Re: BGP attribute ext-next-hop On Wed, Apr 11, 2018 at 07:55:28AM +, Arvin

RE: BGP attribute ext-next-hop

2018-04-11 Thread Arvin Gan
April 11, 2018 5:26 PM To: Arvin Gan Cc: bird-users@network.cz Subject: Re: BGP attribute ext-next-hop On Wed, Apr 11, 2018 at 07:55:28AM +, Arvin Gan wrote: > Hi , > Thanks for your response. Could you help me for another question. > If ext-next-hop is enabled and AFI is BGP_AF_I

Re: BGP attribute ext-next-hop

2018-04-11 Thread Ondrej Zajicek
On Wed, Apr 11, 2018 at 07:55:28AM +, Arvin Gan wrote: > Hi , > Thanks for your response. Could you help me for another question. > If ext-next-hop is enabled and AFI is BGP_AF_IPV4, next- hop is a IPV4 > address, when update message created, the function bgp_create_mp_reach is > called,

RE: BGP attribute ext-next-hop

2018-04-11 Thread Arvin Gan
Zajicek Sent: Tuesday, April 03, 2018 10:14 PM To: Arvin Gan Cc: bird-users@network.cz Subject: Re: BGP attribute ext-next-hop On Tue, Apr 03, 2018 at 09:42:18AM +, Arvin Gan wrote: > Hi all, > > The version of my bird is 2.0.0, I found the source code of bird can > support t

Re: BGP attribute ext-next-hop

2018-04-03 Thread Ondrej Zajicek
On Tue, Apr 03, 2018 at 09:42:18AM +, Arvin Gan wrote: > Hi all, > > The version of my bird is 2.0.0, I found the source code of bird can > support the attribute ext_next_hop for BGP, and this attribute is also parsed > in cf-parse.y, but cannot found in user's guide document. > Does an

BGP attribute ext-next-hop

2018-04-03 Thread Arvin Gan
Hi all, The version of my bird is 2.0.0, I found the source code of bird can support the attribute ext_next_hop for BGP, and this attribute is also parsed in cf-parse.y, but cannot found in user's guide document. Does anyone know what configuration is coherent with the attribute ext_next_