Re: Adding Route - Click Router
Eddie Kohler <[email protected]> Fri, 25 Jan 2013 14:47:00 -0500
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <[email protected]> |
You need to use a routing table such as RadixIPLookup, and then access its "add" or "set" handlers. For example, if using kernel Click, you might do: echo 1.0.0.0/8 1.0.0.1 2 > /click/radix_ip_lookup/add See; http://read.cs.ucla.edu/click/elements/radixiplookup On 1/25/13 7:38 AM, Sakshi K wrote: > Hi, > > I want to add a route in the routing table dynamically. I have read the > documentation but did not find any function to do that. Please tell me how > can I do the same. > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click >