Age | Commit message (Expand) | Author |
2004-04-25 | sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same size | Henning Brauer |
2004-04-25 | spaces | Henning Brauer |
2004-04-25 | if remote-as was not configured, inherit the AS from the neighbors open | Henning Brauer |
2004-04-25 | reserve upper half of the (internal) ID space for cloned neighbors, claudio ok | Henning Brauer |
2004-04-25 | fix check wether local-address and neighbor are of same address family - | Henning Brauer |
2004-04-25 | Remove the no longer needed configure stuff in RDE. The peer list needs no | Claudio Jeker |
2004-04-25 | do not kill cloned neighbors on reload, claudio ok | Henning Brauer |
2004-04-25 | add "neighbor cloning", allowing you to specify a prefix and prefixlength | Henning Brauer |
2004-04-25 | missing return; noticed by Joris Vink <amni@pandora.be> but I fixed in | Henning Brauer |
2004-04-25 | &d and %d have different meanings in format strings, yeah | Henning Brauer |
2004-04-25 | unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crap | Henning Brauer |
2004-04-24 | make failure in setting up the listeners non-fatal. should make bgpd work | Henning Brauer |
2004-04-24 | some rather boring windows talk at cansecwest made me hack initial support | Henning Brauer |
2004-04-16 | let getpeerbyip work for both v4 and v6 | Henning Brauer |
2004-04-16 | use getpeerbyaddr() instead of using the v4 part of the af independent | Henning Brauer |
2004-04-16 | make log_conn_attempt work in an address family independent matter | Henning Brauer |
2004-04-13 | parse the BGP Multiprotocol Extensions (RFC 2858) capabilities and store in | Henning Brauer |
2004-04-10 | move the API_* and SAFI_* defines to where they belong | Henning Brauer |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer |
2004-04-02 | spelink | Henning Brauer |
2004-03-31 | it is no longer required to have local-address set with tcp md5sig, | Henning Brauer |
2004-03-31 | allow empty (wildcard) sockaddr for src or dst | Henning Brauer |
2004-03-20 | comment spelling fixes; ok henning@ | David Krause |
2004-03-19 | Fix memory leak in error path. Found by Patrick Latifi. OK henning@ | Claudio Jeker |
2004-03-18 | when we are in state CONNECT, i. e. we have a half-open tcp connection | Henning Brauer |
2004-03-17 | consistency | Henning Brauer |
2004-03-17 | remove getpeereid() call so that those who have write access to the socket | Henning Brauer |
2004-03-17 | Add missing space for sets in network statements. | Claudio Jeker |
2004-03-16 | tcp md5sig requires that local-address is specified as well for now, so | Henning Brauer |
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer |
2004-03-15 | use switch instead of if { } else if { } else { } | Henning Brauer |
2004-03-15 | properly check chdir success after chroot() and tweak err msgs a little, | Henning Brauer |
2004-03-12 | *size is a u_int16_t not a pointer so use 0 instead of NULL. | Claudio Jeker |
2004-03-12 | bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTY | Claudio Jeker |
2004-03-12 | I modified the print format for AS_SET so keep the aspath_strlen() function | Claudio Jeker |
2004-03-12 | print that capabilities stuff | Henning Brauer |
2004-03-12 | tweak err reporting | Henning Brauer |
2004-03-12 | tweak | Henning Brauer |
2004-03-12 | not debugging any more | Henning Brauer |
2004-03-12 | tab at EOL | Claudio Jeker |
2004-03-12 | Update man page to reflect reality. Added filtering section and some new | Claudio Jeker |
2004-03-12 | fix the "wait for child processes to terminate" code, and move it down a bit | Henning Brauer |
2004-03-12 | Rewrite community_match() for loop. yaya henning@ | Claudio Jeker |
2004-03-11 | There is no cnumber token in the parser so don't define a type for it. | Claudio Jeker |
2004-03-11 | yes, the keyword table has to be sorted ;-) | Henning Brauer |
2004-03-11 | KNF | Henning Brauer |
2004-03-11 | Add basic support for communities. Currently it is only possible to filter | Claudio Jeker |
2004-03-11 | Ensure that aspath_snprint() returns a zero terminated string also if the | Claudio Jeker |
2004-03-11 | Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@ | Claudio Jeker |
2004-03-11 | Free unneeded mrt lists in SE and on exit. OK henning@ | Claudio Jeker |