Mailing List Archive

Zebra without installing routes in kernel
Hi all,

Is it possible to run Zebra purely for the FPM service? I'm looking to take
a very large amount of routes and have a third party interface receive
routes via FPM, but I don't want Zebra to modify the kernel routing table
at all.

I've tried starting zebra with the --user=quagga --group=quagga parameters,
but it is still able to modify the route table (reserving permissions
before permission drop from root?)

Is there any easy way to do this, or will I have to recompile the source?

Thanks in advance!