Re: [Babel-users] Specifying the routing table of exported routes

2015-09-03 Thread Jernej Kos
Hello! I just started working on a patch that adds export filters and the "table" action as Juliusz suggested. Jernej On 03. 09. 2015 06:32, Mitar wrote: > Hi! > > Any progress on this? I know that not yet many days have passed, but > it is pretty urgent for us, because the network grew to

[Babel-users] [PATCH] Add filter to choose the export routing table.

2015-09-03 Thread Matthieu Boutier
- We keep the "export-table" option for compatibility reasons. - It overrides the selection of source-specific tables. Not sure if it is the right thing to do. Thanks to Jernej Kos for its review. --- babeld.man | 6 ++ configuration.c | 29

Re: [Babel-users] Specifying the routing table of exported routes

2015-09-03 Thread Matthieu Boutier
> I just started working on a patch that adds export filters and the > "table" action as Juliusz suggested. Arf, sorry, I was also doing one (attached). Matthieu 0001-Add-filter-to-choose-the-export-routing-table.patch Description: Binary data ___

[Babel-users] [PATCH 1/2] Fix "-T" manpage description.

2015-09-03 Thread Matthieu Boutier
--- babeld.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babeld.man b/babeld.man index 6a082f2..1991811 100644 --- a/babeld.man +++ b/babeld.man @@ -115,7 +115,7 @@ Use the given kernel routing table for routes inserted by .BR babeld . .TP .BI \-T " table" -Export

Re: [Babel-users] [PATCH 2/2] Add filter to choose the export routing table.

2015-09-03 Thread Jernej Kos
Hello! Oh, nice! :-) BTW, why is the routing table index a char? Based on ip-route man page, the routing table indices are not limited to 255, but go up to 2^31. I know that in practice one wouldn't have so many routing tables, but anyway. Jernej On 03. 09. 2015 09:45, Matthieu Boutier wrote:

Re: [Babel-users] [PATCH 2/2] Add filter to choose the export routing table.

2015-09-03 Thread Matthieu Boutier
> Oh, nice! :-) BTW, why is the routing table index a char? Based on > ip-route man page, the routing table indices are not limited to 255, but > go up to 2^31. I know that in practice one wouldn't have so many routing > tables, but anyway. Good point! (the "reason" is that I copied the line