Age | Commit message (Expand) | Author |
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 | Add basic support for communities. Currently it is only possible to filter | Claudio Jeker |
2004-03-10 | oups | Henning Brauer |
2004-03-10 | implement framework to announce capabilities in the open messages we send. | Henning Brauer |
2004-03-08 | mem leaks in error pathes, mostly from Patrick Latifi | Henning Brauer |
2004-03-08 | typo in format strin (ugh!) and few missing free()s, partitially from | Henning Brauer |
2004-03-06 | plug a memory leak in the lexer. | Henning Brauer |
2004-03-05 | plug a couple of memory leaks, Patrick Latifi | Henning Brauer |
2004-03-02 | KNF | Henning Brauer |
2004-03-02 | flesh out the address and prefix parsing, include v6 code, but reject v6 | Henning Brauer |
2004-03-01 | make sure AS doesn't exceed upper bound, issue pointed out by | Henning Brauer |
2004-03-01 | KNF | Henning Brauer |
2004-03-01 | Sync printconfig.c with parse.y. OK henning@ | Claudio Jeker |
2004-03-01 | Make it possible to diable the decision process. This is a feature only useful | Claudio Jeker |
2004-02-26 | Implement "enforce neighbor-as yes|no" which is by default on for ebgp | Claudio Jeker |
2004-02-26 | No comma at the end of the keywords array. OK henning@ | Claudio Jeker |
2004-02-26 | Add per netwok definition filter sets. So you can now use | Claudio Jeker |
2004-02-25 | Rewrite some parts of the mrt dump handling. It is no longer possible to | Claudio Jeker |
2004-02-25 | kill "updates" keyword and use a ordinary string + strcmp at the one place | Henning Brauer |
2004-02-24 | Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to use | Claudio Jeker |
2004-02-19 | Make the code more portable. Add some missing header files and make the use | Claudio Jeker |
2004-02-10 | enforce config file secrecy (correct owner, no rights for group/world) | Henning Brauer |
2004-02-09 | make max_prefix an u_int32_t instead of an u_long and change its | Henning Brauer |
2004-02-09 | move printing the config to where it belongs | Henning Brauer |
2004-02-08 | factor out functions to print the configuration (rules only for now) | Henning Brauer |
2004-02-06 | use a struct bgpd_addr for the address token instead of a in_addr, claudio ok | Henning Brauer |
2004-02-06 | initial cut at the filtering language. | Henning Brauer |
2004-02-05 | allocate curpeer little earlier. | Henning Brauer |
2004-02-05 | error message tuning | Henning Brauer |
2004-02-05 | introduce group IDs. will be needed for filtering (or rather, ease things | Henning Brauer |
2004-02-03 | replace the previous hack for the internal peer id allocator (which just used | Henning Brauer |
2004-02-03 | defer free()ing the previous peer list until after parsing the config file | Henning Brauer |
2004-02-01 | Set sane default announce types according to the peer type. For IBGP use | Claudio Jeker |
2004-01-28 | properly whine when password is too long instead of silently truncating | Henning Brauer |
2004-01-28 | implement | Henning Brauer |
2004-01-27 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
2004-01-26 | rename "tcp signature" to "tcp md5sig" - the name is misleading, wether | Henning Brauer |
2004-01-26 | first cut at tcpmd5 setup seupport from within bgpd. works so far. | Henning Brauer |
2004-01-24 | eek, no, ERROR is of course not unused | Henning Brauer |
2004-01-24 | Remove unused terminals. | Ryan Thomas McBride |
2004-01-22 | provide a log_debug and use it in rde.c. | Henning Brauer |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker |
2004-01-17 | KNF | Henning Brauer |
2004-01-13 | Implement a max-prefix and a announce none | self | all neighbor statement. | Claudio Jeker |
2004-01-06 | small bug that was not so easy to fix: we did not allow empty lines (or | Henning Brauer |
2004-01-06 | allow holdtime and holdtime min to be configuered per peer | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
2004-01-05 | missing fclose() | Henning Brauer |