Age | Commit message (Expand) | Author |
---|---|---|
2003-12-25 | skip over routing table entires with flag LLINFO (that's arp cache) | Henning Brauer |
2003-12-25 | dump a copy of the kernel routing table into our own view on startup | Henning Brauer |
2003-12-24 | no O_NONBLOCK for routing and tcp sockets, theo | Henning Brauer |
2003-12-24 | now that we keep track of the routes we added to the kernel we can remove | Henning Brauer |
2003-12-24 | keep track of the routes we inserted to the kernel | Henning Brauer |
2003-12-23 | use RTF_PROTO1 for now | Henning Brauer |
2003-12-23 | no RTF_MASK | Henning Brauer |
2003-12-23 | don't panic on EEXIST. that's normal for a full-table router to get a route | Henning Brauer |
2003-12-23 | bzero, set sin_len, and fix an error message | Henning Brauer |
2003-12-22 | o add low-level functions for adding/chaining/removing kernel routes | Henning Brauer |