Age | Commit message (Expand) | Author |
2004-01-12 | remove redundant string termination; report from nimadeus@pandora.be | Damien Miller |
2004-01-12 | Nexthop announcement fixup. There are different rules for ibgp and ebgp. | Claudio Jeker |
2004-01-12 | add a little spacing; .Xr not .Ar for bgpd; | Jason McIntyre |
2004-01-11 | KNF | Henning Brauer |
2004-01-11 | This comment is not true. We decided to use a separate struct kroute6 | Claudio Jeker |
2004-01-11 | use bgpd_addr in the nexthop tree; change nexthop_add/_remove accordingly | Henning Brauer |
2004-01-11 | set address family... | Henning Brauer |
2004-01-11 | remove obsolete comment | Henning Brauer |
2004-01-11 | Bad sizeof slipped in while resolving a conflict. OK henning@ | Claudio Jeker |
2004-01-11 | Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever | Claudio Jeker |
2004-01-11 | in the nexthop imsgs use struct bgpd_addr for the data part instead of | Henning Brauer |
2004-01-11 | Add to the IMSG_SESSION_UP message the local and remote address of the | Claudio Jeker |
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 | clean up setting the poll events a bit. no functional changes. | Henning Brauer |
2004-01-11 | listen to the routing socket. if anyone messes with our interface by | Theo de Raadt |
2004-01-11 | save & restore resolv.conf when we can... krw ok | Theo de Raadt |
2004-01-11 | KNF | Henning Brauer |
2004-01-11 | + show nexthop | Henning Brauer |
2004-01-11 | new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and | Henning Brauer |
2004-01-11 | print local/remote IP/port with the detailed neighbor view | Henning Brauer |
2004-01-11 | once the tcp session is established use gettsockname/getpeername to get | Henning Brauer |
2004-01-11 | The buffer changes produced some fallout in the mrt code. | Claudio Jeker |
2004-01-10 | use writev(2) to get as many messages out at once as possible. | Henning Brauer |
2004-01-10 | re-enable sending outgoing updates | Henning Brauer |
2004-01-10 | Implement as path prepends. At least one prepend is needed for ebgp | Claudio Jeker |
2004-01-10 | as buf_close does not implictely writes any more, imsg_compose doesn't | Henning Brauer |
2004-01-10 | we may only write after a POLLOUT, and then, we only may write once. | Henning Brauer |
2004-01-10 | we are only interested in POLLOUT for a session socket when we either | Henning Brauer |
2004-01-10 | document "show fib" | Henning Brauer |
2004-01-10 | disable sending UPDATEs for now; it triggers som blocking bug... | Henning Brauer |
2004-01-10 | i buy a break; | Henning Brauer |
2004-01-10 | send out UPDATE messages to the peer(s) that we receive from the RDE | Henning Brauer |
2004-01-10 | RDE update generation. First we queue all updates and withdraws on a per | Claudio Jeker |
2004-01-10 | Avoid duplication of code; handle truncated packets properly; use | Otto Moerbeek |
2004-01-09 | Avoid messing up the screen by non-printable chars in hostname + | Otto Moerbeek |
2004-01-09 | show fib connected|static|bgp|nexthop|[address] | 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 | a sample "show fib" implementation | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-09 | we must ignore SIGPIPE. | Henning Brauer |
2004-01-09 | you must not try to read(2) without checking (pfd->revents & POLLIN) | Henning Brauer |
2004-01-09 | Delete default route before attempting to add the new one, or the old one | Theo de Raadt |
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 |