Re: bgpd optimize filter rules

2018-12-03 Thread Job Snijders
On Mon, Dec 03, 2018 at 12:14:13PM +0100, Claudio Jeker wrote: > There is a trivial optimization that bgpd can do when loading the filter > ruleset. If the rule is the same as the previous rule than the filterset > can be merged. e.g. > > match from ebgp set community delete $myAS:* >

bgpd optimize filter rules

2018-12-03 Thread Claudio Jeker
There is a trivial optimization that bgpd can do when loading the filter ruleset. If the rule is the same as the previous rule than the filterset can be merged. e.g. match from ebgp set community delete $myAS:* match from ebgp set community $myAS:15 match from ebgp set med 100 Will