Age | Commit message (Expand) | Author |
2019-05-23 | Add F_CTL_NEIGHBORS a flag only used in bgpctl's mrt parsing code. | Claudio Jeker |
2019-05-08 | Rework the TCP md5sig and IKE handling. Move the pfkey socket to the parent | Claudio Jeker |
2019-05-03 | Adjust some comments that were misleading. Those flags are used by bgpd | Claudio Jeker |
2019-05-03 | Bump SET_NAME_LEN to 128 since arouteserver produces names that are more | Claudio Jeker |
2019-04-25 | Extend maximum message size of the shutdown communication to 255 bytes. | Claudio Jeker |
2019-03-31 | Move the struct peer into bgpd_config and switch it to a TAILQ instead of | Claudio Jeker |
2019-03-07 | Do a better job at cleaning up the config on shutdown. Remove bits that | Claudio Jeker |
2019-02-27 | Convert the remote and local addresses in struct peer to be bgpd_addrs | Claudio Jeker |
2019-02-26 | Add support for '*', local-as and neighbor-as for ext-community matching | Claudio Jeker |
2019-02-21 | Media and link states are highly OS dependent, to make porting easier | Claudio Jeker |
2019-02-19 | Convert some (u_)int64_t to (unsigned) long long. Makes portability a bit | Claudio Jeker |
2019-02-18 | Use (unsigned) long long instead of (u_)int64_t since that drops the | Claudio Jeker |
2019-02-18 | Move get_mpe_config() to kroute.c so that config.c does not depend on | Claudio Jeker |
2019-02-18 | Do not depend on the length field of struct sockaddr instead pass the | Claudio Jeker |
2019-02-15 | Move the depend on state calculation from session.c to kroute.c. This | Claudio Jeker |
2019-02-14 | mrt_timeout should just return -1 when there is no timeout set instead | Claudio Jeker |
2019-02-14 | Revert part of last commit, this stuff is unrelated. | Claudio Jeker |
2019-02-14 | Use -1 instead of the less portable INFTIM for the poll timeout. | Claudio Jeker |
2019-02-11 | The definition of VPNs in bgpd was never super elegant. The 'depend on | Claudio Jeker |
2019-02-04 | Implement as-override, a feature where the neighbor AS is replaced by the | Claudio Jeker |
2019-01-20 | Support group descriptions in control messages that accept a neighbor | Claudio Jeker |
2019-01-18 | Don't store the mpe information in struct ktable but instead pass the | Claudio Jeker |
2018-12-30 | add support for IPv6 VPN routes | denis |
2018-12-27 | Check if a control socket or address is already in use befor using it. | remi |
2018-12-22 | bgpctl can cause bgpd to do a lot of work (e.g. dumping all of the RIB) | Claudio Jeker |
2018-12-19 | Fold ext-communities into filter_community so that bgpd can match | Claudio Jeker |
2018-12-11 | Refactor aspath code a bit. Move cached source_as (for origin validation) | Claudio Jeker |
2018-12-06 | Implement a simple ruleset optimizer. All it does is merge filter rules that | Claudio Jeker |
2018-11-28 | Start reworking community handling. Merge standard communities and large | Claudio Jeker |
2018-11-14 | Remove an unneeded union wrapping the skipsteps pointer. | Claudio Jeker |
2018-11-10 | fix error message when querying a non-existent table | denis |
2018-11-04 | Graceful BGP Session Shutdown is a real RFC, add it to the list. | Claudio Jeker |
2018-10-31 | Remove tail queues which link peer, aspath and prefix together. These | Claudio Jeker |
2018-10-26 | Track the amount of memory used for sets and tries (aka anything-set) | Claudio Jeker |
2018-10-03 | add filter option based on origin validation state | denis |
2018-10-01 | Expose BGP Origin Validation state in bgpctl show commands | job |
2018-09-29 | Implement origin validation in bgpd. This introduces two new tables, the | Claudio Jeker |
2018-09-29 | With the introduction of sets the config that is shipped to the RDE got | Claudio Jeker |
2018-09-26 | Rename AS_NONE to AS_UNDEF, AS_NONE will be reused for a different purpose | Claudio Jeker |
2018-09-21 | Implement code to parse, print and reload roa-set tables. | Claudio Jeker |
2018-09-20 | Split up as_set into a set_table and an as_set. The first is what does | Claudio Jeker |
2018-09-20 | Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger | Claudio Jeker |
2018-09-18 | Backend for roa-sets. This combines as_sets and prefix-set tries to do | Claudio Jeker |
2018-09-14 | Extend as_set to allow for different sized objects to be added. The only | Claudio Jeker |
2018-09-10 | remove some empty lines from printconf output. ok claudio@ | Sebastian Benoit |
2018-09-09 | Add network prefix-set <name> syntax to announce networks in a prefix-set. | Sebastian Benoit |
2018-09-08 | implement or-longer filter op for prefix-sets. Allows one two write rules like | Sebastian Benoit |
2018-09-07 | remove unused function find_prefixsetitem(), ok claudio@ | Sebastian Benoit |
2018-09-07 | Implement a fast presix-set lookup. This magic trie is able to match a | Claudio Jeker |
2018-09-07 | Implement as-set a fast lookup table to be used instead of long list of | Claudio Jeker |