From: Marek Lindner <[email protected]> Date: Thu, 22 Sep 2011 02:10:04 +0200
> No, the data structures for the routing lookups remain the same but there > will > be more than one way to fill them with data. You will only use one "filling > algorithm" at a time, so you will need to select the one you want. Extend the userspace interface for adding route entries with a boolean flag. You're using netlink right? If so, this should be trivial by simply adding a flags attribute if you don't have one already.
