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
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-
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
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
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
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
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,
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
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