Stephen Worley
Stephen Worley
@ton31337 fixed conflicts
> Don't know if it's directly linked to the PR, I tried to build v8.3.1 with the patch from #8647 but with no success (diff is too large, files have...
> I've just tried with master with commit [2944807](https://github.com/FRRouting/frr/commit/2944807553e5ce368c0e47c3a95db3e573eae368) (the one preceding your changes if I'm not mistaking), and these commands are still working, but not the prefix list filtering...
it looks like zebra here is missing the entries but BGP state between working/not-working is equivalent. You could turn on some debugs and see if that provides any insight ```...
just commenting doesn't work on my windows 10 machine either ``` OS Name Microsoft Windows 10 Pro Version 10.0.19045 Build 19045 ``` ``` vscodevim version: v1.24.3 ```
This is what I was saying may be of interest to you: http://docs.frrouting.org/projects/dev-guide/en/latest/scripting.html#examples Basically you can use lua scripts to track external object state in a route-map
> There is a brick missing in what is proposed. If I understand right, lua is called periodically (as per the route-map period of 20 seconds if I remember well)....
The thread_event system operates on a loop so you could make it poll pretty fast I am sure.
``` using a custom LUA script. Writing a custom script is more complex for the end user than using a native solution ``` we can always ship a short lua...