>> 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
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
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)..