Age | Commit message (Expand) | Author |
2005-04-08 | don't whine when we can't find interface with index 0 | Henning Brauer |
2005-03-30 | interface validation cleanup / fixes | Henning Brauer |
2005-03-29 | explicitely check interface flags for IFF_UP in kroute_validate | Henning Brauer |
2005-03-28 | KNF | Henning Brauer |
2005-03-26 | inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK) | Claudio Jeker |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer |
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer |
2005-03-14 | "we notice when you plug the cable" - yeah, but we didn't notice when it | Henning Brauer |
2005-03-13 | when fetching the initial table, inherit the ifindex regardless of af, not | Henning Brauer |
2005-03-13 | explicitely initialize opt | Henning Brauer |
2004-11-24 | if I would remember at what I looked when learning how to use our wonderful | Henning Brauer |
2004-11-10 | "not reached" does not help LINT use NOTREACHED instead and use it only in | Claudio Jeker |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-10-16 | oups, unrelated changes crept in | Henning Brauer |
2004-10-16 | prefixlen 0 is a special case for prefixlen2mask() as well, claudio ok | Henning Brauer |
2004-08-19 | logic error: when there's changes affecting nexthop reachability, | Henning Brauer |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-08-03 | Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@ | Claudio Jeker |
2004-07-13 | fix some typos | Jared Yanovich |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-06-29 | little extra paranoia, ignore attempts to enter routes with a nexthop | Henning Brauer |
2004-06-25 | provide mask2prefixlen6() and prefixlen2mask6() | Henning Brauer |
2004-06-25 | after writing and deleting the kroute6 tree related functions for at least 5 | Henning Brauer |
2004-06-22 | Make the RDE IPv6 ready missing is the message handling. The internal | Claudio Jeker |
2004-06-22 | introduce kroute6, which will be used to build a seperate v6 table | Henning Brauer |
2004-06-20 | skip over multipath routes | Henning Brauer |
2004-05-08 | implement and use prefixlen2mask() instead of doing it by hand 3 times | Henning Brauer |
2004-04-28 | remove XXX that is wrong | Theo de Raadt |
2004-04-27 | crud stripping; henning ok | Theo de Raadt |
2004-03-10 | on shutdown, explicitely clear the knexthop, kroute and kif tables, claudio ok | Henning Brauer |
2004-03-10 | in kif_kr_insert and _remove, don't whine when we do not find an interface | Henning Brauer |
2004-03-10 | remove an ugly hack from the time when we had no RTM_IFANNOUNCE messages: | Henning Brauer |
2004-03-04 | no ; after RB_PROTOTYPE / RB_GENERATE | Henning Brauer |
2004-03-03 | plug a couple of little memory leaks in error paths that we hopefully never | Henning Brauer |
2004-02-29 | Make sure that the fib output is nicely sorted. Use ntohl to compare | Claudio Jeker |
2004-02-07 | when connected routes show up at runtime we have to set ifindex in struct kif | Henning Brauer |
2004-02-07 | houps, fetchtable() had the default route special cased... bad. | Henning Brauer |
2004-02-07 | the sockaddr holding the netmask and advertised by rtm_addrs might | Henning Brauer |
2004-02-07 | sin_family in the sockaddr_n representing the netmask we sniffed on the | Henning Brauer |
2004-01-30 | please sparc64, with & ok claudio | Henning Brauer |
2004-01-28 | log & ignore RTM_CHANGE messages for that we don't find an exact match | Henning Brauer |
2004-01-27 | make rt_sendmsg's local nextop and prefix struct in_addr too and don't use | Henning Brauer |
2004-01-27 | move strict kroute from in_addr_t for nexthop and prefix to struct in_addr | Henning Brauer |
2004-01-23 | use log_addr | Henning Brauer |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-22 | an RTM_IFINFO message can mean a lot. it does not necessarily mean that | Henning Brauer |
2004-01-18 | track interface type and baudrate as well | Henning Brauer |
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer |