Age | Commit message (Expand) | Author |
2004-12-31 | document using neighbor descriptions to specify neighbors where | Jared Yanovich |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | in getpeerbydesc(), complain if we find more than one match and return NULL | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-12-23 | introduce getpeerbydesc(), find a peer by its description | Henning Brauer |
2004-12-23 | KNF | Henning Brauer |
2004-12-23 | even more excellent alignment, with mickey | Henning Brauer |
2004-12-23 | lower latency by processing no more than 25 messages at once for each peer | Henning Brauer |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer |
2004-12-07 | oups, little FSM error: when we're in CONNECT and get an CON_OPEN event | Henning Brauer |
2004-11-24 | if I would remember at what I looked when learning how to use our wonderful | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker |
2004-11-19 | Add NO_PEER to the list of well-known communities and use 65535 instead of | Claudio Jeker |
2004-11-19 | Make "set network 127.0.0.1" work and use = instead of |= for the | Claudio Jeker |
2004-11-19 | Only unlink and link the asp in nexthop_modify if the asp is linked. | Claudio Jeker |
2004-11-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-18 | inside struct peer, replace the occurance of the older struct peer_capa | Henning Brauer |
2004-11-18 | remove the global 'announce' flag from struct peer_capa, clear | Henning Brauer |
2004-11-18 | let peer->capa.mp_[v4|v6] contain the SAFI, don't just use it as bool | Henning Brauer |
2004-11-18 | Subsequent Address Family Indicators (SAFI) in hex and add SAFI_NONE | Henning Brauer |
2004-11-18 | struct capa_mp is not needed any more, spotted by claudio | Henning Brauer |
2004-11-18 | introduce session_capa_mp() which adds the multiprotocol announcements | Henning Brauer |
2004-11-18 | add code to announce support for IPv6 Unicast. | Henning Brauer |
2004-11-18 | it's oupsa oupsa oupsa time... | Henning Brauer |
2004-11-18 | supress logging of subsequent connect() failures as long as: | Henning Brauer |
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 |