Re: [Babel-users] [PATCH] v2: Allow to independently monitor events for neighbour, interface, route, xroute

2019-08-11 Thread Christof Schulze
Juliusz, It seems like the patch attached to the mail I am replying got lost somehow. A few other things have changed as well, I'll rebase and send via separate Mail. Christof On Sat, Jan 05, 2019 at 12:03:28AM +0100, Christof Schulze wrote: +.B neighbour-monitor +and +.BR

Re: [Babel-users] [PATCH] v2: Allow to independently monitor events for neighbour, interface, route, xroute

2019-08-11 Thread Juliusz Chroboczek
> Is there any chance for something like this to be merged? Yes. It's a good idea. I haven't seen a revised patch from you; have I missed something? -- Juliusz ___ Babel-users mailing list Babel-users@alioth-lists.debian.net

Re: [Babel-users] [PATCH] v2: Allow to independently monitor events for neighbour, interface, route, xroute

2019-01-04 Thread Christof Schulze
+.B neighbour-monitor +and +.BR neighbour-unmonitor ; Please use the syntax "monitor neighbours" and "unmonitor neighbours". Two keywords. Sure. > +#define CONFIG_ACTION_NEIGHBOUR_MONITOR 6 > +#define CONFIG_ACTION_NEIGHBOUR_UNMONITOR 7 > +#define CONFIG_ACTION_ROUTE_MONITOR 8 > +#define

Re: [Babel-users] [PATCH] v2: Allow to independently monitor events for neighbour, interface, route, xroute

2018-12-22 Thread Juliusz Chroboczek
Great, I've been planning that for a long time. > +.B neighbour-monitor > +and > +.BR neighbour-unmonitor ; Please use the syntax "monitor neighbours" and "unmonitor neighbours". Two keywords. > +#define CONFIG_ACTION_NEIGHBOUR_MONITOR 6 > +#define CONFIG_ACTION_NEIGHBOUR_UNMONITOR 7 > +#define

[Babel-users] [PATCH] v2: Allow to independently monitor events for neighbour, interface, route, xroute

2018-12-07 Thread Christof Schulze
This is version 2 of the patch, wrapping the pointer arithmetics in a set of inline functions to improve readability of the code. In large networks there is much traffic on the socket. This induces high load even when only a subset of the data is relevant. This commit introduces new commands on