Re: Flowspec Extended communities

2018-06-25 Thread Jan Maria Matejka
>> We are working on a way to specify flow actions in more user-friendly manner. > > That would be great but if it works it is ok :) Please check the show-route branch and give me some feedback. I think it is OK and working but we never had enough time to test it properly. Thank you in advance

Re: Flowspec Extended communities

2018-06-25 Thread Tim Weippert
On Thu, Jun 21, 2018 at 08:23:37PM +0200, Tim Weippert wrote: > Hi List, > [...] > Additional i can't really calculate a rate-limit, does someone had an > example for this? will answer this question myself. --- Calculating rate-limit 50 mbit/s: 50 / 8 == 6.25 MByte/s 6.25 * 1000 * 100 == 62

RE: BGP channel add/remove

2018-06-25 Thread Arvin Gan
Hi All, After investigate the codes for command "configure", found that when delete/add channel, the function proto_configure_channel() always return value "1" , that mean the same is true in function bgp_reconfigure(), line 917 of proto.c will ignore the change(add/delete channel)..