Age | Commit message (Expand) | Author |
2004-11-11 | Unbreak peer_localaddr() because Link Local Addresses reported by | Claudio Jeker |
2004-11-11 | Unbreak link local IPv6 sessions by setting the correct scope_id in | Claudio Jeker |
2004-11-11 | Don't hardcode the prefix table to the IPv4 one, especially if there is | Claudio Jeker |
2004-11-11 | Pass the copied as-path attributes to the filter function and not the | Claudio Jeker |
2004-11-11 | spaces at EOL in comments, spotted by theo | Henning Brauer |
2004-11-11 | NOTREACHED not not reached! Stupid me. | Claudio Jeker |
2004-11-11 | Store the local v4 and v6 address of a session. For IPv4 sessions the first | Claudio Jeker |
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker |
2004-11-10 | prefix_write() works also for IPv6. OK henning@ | Claudio Jeker |
2004-11-10 | It is not needed to mask the value wit 0xff as it is < 255. OK henning@ | Claudio Jeker |
2004-11-10 | "not reached" does not help LINT use NOTREACHED instead and use it only in | Claudio Jeker |
2004-11-10 | Remove no longer needed code. OK henning@ | Claudio Jeker |
2004-11-09 | in the list of RIRs: | Henning Brauer |
2004-11-05 | memleaks in error pathes, again awesome work from Patrick Latifi | Henning Brauer |
2004-11-04 | (try to) open the config file earlier, makes the error handling easier in | Henning Brauer |
2004-11-02 | don't leak mem on strlcpy failure, Patrick Latifi | Henning Brauer |
2004-11-02 | supress logging of the (likely very long) repeated Connect -> Active -> | Henning Brauer |
2004-11-02 | save the previous state in struct peer, claudio ok | Henning Brauer |
2004-10-19 | fix printing of groups - instead of surrounding each neighbor statement | Henning Brauer |
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-10-08 | Don't access pointers blindly. asp is NULL for withdraws. This fixes a rde | Claudio Jeker |
2004-10-07 | use a static, const and prefilled u_int8_t[16] to check wether the marker | Henning Brauer |
2004-10-05 | reject an all zero bgpid, following a similar suggestion from | Henning Brauer |
2004-10-01 | if we're opening a socket for a default listener because no "listen on" | Henning Brauer |
2004-09-28 | gcc-ism. We don't want it, we don't need it. | Claudio Jeker |
2004-09-28 | one m is enough in incoming, really ;) | Henning Brauer |
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer |
2004-09-22 | don't bother shrinking the pfd and index2peer arrays | Henning Brauer |
2004-09-17 | Fix log message | Claudio Jeker |
2004-09-16 | imsg type is really an enum imsg_type and not an int | Henning Brauer |
2004-09-16 | when a cloned peer goes back to IDLE state, don't remove him immediately | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-09-16 | minor KNF | Henning Brauer |
2004-09-16 | cope with ENOBUFS in buf_write() | Henning Brauer |
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-09-14 | gccisms are bad, including __func__ | Henning Brauer |
2004-09-14 | treat ENOBUFS like EAGAIN and try later | Henning Brauer |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-08-24 | Add missing config statements -- route-reflector and enforce neighbor-as. | Claudio Jeker |
2004-08-24 | don't do the pftable_exists() check if we are running -n, needs root | Henning Brauer |
2004-08-24 | correctly inherit conf->opts from xconf->opts in parse_config(), | Henning Brauer |
2004-08-24 | back out rev. 1.136. I commited that unintentionally and it does not work | Claudio Jeker |
2004-08-24 | missing space in log message. | Claudio Jeker |
2004-08-24 | Forgot to update printconf.c once again. foobar-AS is now foobar-as. | Claudio Jeker |
2004-08-24 | use session_socket_blockmode() instead of hand-rolling roughly the same | Henning Brauer |
2004-08-20 | add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, | Henning Brauer |