Age | Commit message (Expand) | Author |
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 |
2004-01-17 | keep & track interface names as well, not only indices | Henning Brauer |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer |
2004-01-17 | actually update interface flags in if_change() | Henning Brauer |
2004-01-17 | use the new RTM_IFANNOUNCE messages to track interface (de-)appearance, | Henning Brauer |
2004-01-14 | add soon-needed kif_remove() | Henning Brauer |
2004-01-11 | KNF | Henning Brauer |
2004-01-11 | use bgpd_addr in the nexthop tree; change nexthop_add/_remove accordingly | Henning Brauer |
2004-01-11 | we need to have the address family set in bgpd_addr structs when they | Henning Brauer |
2004-01-11 | when sending the nexthop status message, include the kroute that makes that | Henning Brauer |
2004-01-11 | use struct bgpd_addr for nexthop and gateway in struct kroute_nexthop | Henning Brauer |
2004-01-11 | new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and | Henning Brauer |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | flag kernel routes whch are not conencted routes as static routes. | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-09 | for RTM_IFINFO messages showing up on the routing socket do not ever | Henning Brauer |
2004-01-08 | in kroute_insert, use knexthop_validate instead of hand-baking a slightly | Henning Brauer |
2004-01-08 | in knexthop_validate, always call kroute_detach_nexthop, not | Henning Brauer |
2004-01-08 | fix kroute_detach_nexthop | Henning Brauer |
2004-01-08 | our own internal route flags should have been an u_int8_t from the beginning | Henning Brauer |
2004-01-08 | rename a few functions to further clarify things | Henning Brauer |
2004-01-08 | big reorganization. | Henning Brauer |
2004-01-08 | KNF | Henning Brauer |
2004-01-08 | keep track of interface status. if an interface goes down mark all connected | Henning Brauer |
2004-01-07 | deal with messages on the AF_ROUTE socket in a multiprotocol friendlier way. | Henning Brauer |
2004-01-07 | fix a check that catched too much... now connected routes that appear | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | protect against trying to couple when we're already coupled to the fib, | Henning Brauer |
2004-01-02 | mark a few numbers U to please compilers; henning ok | Theo de Raadt |
2003-12-30 | typos from david | Henning Brauer |
2003-12-28 | typo in comment | Henning Brauer |
2003-12-27 | style | Henning Brauer |