Age | Commit message (Expand) | Author |
2023-06-22 | BGP: Fix role check when no capability option is present | Ondrej Zajicek |
2023-04-18 | BMP: Allow build without BMP and disable BMP build by default | Ondrej Zajicek |
2023-04-16 | BMP: Remove duplicate functions for update encoding | Ondrej Zajicek (work) |
2023-04-16 | BMP: Minor cleanups | Ondrej Zajicek (work) |
2023-04-16 | BMP protocol support | Pawel Maslanka |
2023-04-14 | BGP: Add 'allow bgp_med' option for EBGP sessions | Trisha Biswas |
2023-04-04 | BGP: Fix bgp_med handling | Ondrej Zajicek |
2023-03-16 | BGP: Free bind applies also to outbound connections | Maria Matejka |
2023-02-19 | BGP: Update RFC references | Ondrej Zajicek |
2023-01-20 | BGP: Add received role value to role mismatch log message | Ondrej Zajicek |
2023-01-03 | BGP: Allow role specific keywords to be used as symbols | Ondrej Zajicek |
2023-01-01 | Nest: Fix several issues with pflags | Ondrej Zajicek |
2022-12-10 | BGP: Log unacceptable hold time as decimal number | Ondrej Zajicek |
2022-12-09 | BGP: Improve handling of hold and keepalive timers | Ondrej Zajicek |
2022-10-10 | BGP: Add option 'next hop prefer global' | Ondrej Zajicek |
2022-10-03 | BGP: Some fixes related to VRF and MPLS interactions | Ondrej Zajicek |
2022-10-03 | BGP: Do not assume that all channels are struct bgp_channel | Ondrej Zajicek |
2022-08-18 | Simplified the protocol hookup code in Makefiles | Maria Matejka |
2022-07-24 | Merge branch 'master' into backport | Ondrej Zajicek |
2022-07-12 | BGP: Minor improvements to BGP roles | Ondrej Zajicek |
2022-07-11 | BGP: Implement BGP roles | Eugene Bogomazov |
2022-07-11 | Merge commit 'beb5f78a' into backport | Maria Matejka |
2022-06-27 | Preexport callback now takes the channel instead of protocol as argument | Maria Matejka |
2022-05-30 | Merge remote-tracking branch 'origin/master' into haugesund-to-2.0 | Maria Matejka |
2022-05-21 | BGP: Display neighbor port on show protocol | Ondrej Zajicek |
2022-05-15 | BGP: Improve tx performance during feed/flush | Ondrej Zajicek |
2022-04-06 | BGP uses lp_save / lp_restore instead of linpool flushing | Maria Matejka |
2022-04-06 | BGP: Fixed LLGR depreferencing in bgp_rte_mergable | Maria Matejka |
2022-04-06 | Protocols have their own explicit init routines | Maria Matejka |
2022-04-06 | Unsetting route attributes without messing with type system | Maria Matejka |
2022-04-06 | Eattr flags (originated and fresh) get their own struct fields | Maria Matejka |
2022-04-06 | Slab allocator can free the blocks without knowing the parent structure | Maria Matejka |
2022-03-09 | Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesund | Maria Matejka |
2022-03-09 | BGP Flowspec validation: Removed in-route optimization for multithreading com... | Maria Matejka |
2022-03-09 | Merge commit 'e42eedb9' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-03-09 | Merge commit 'd5a32563' into haugesund | Maria Matejka |
2022-03-02 | Replacing BGP temporary linpools by the common temporary linpool | Maria Matejka |
2022-02-06 | Merge branch 'oz-trie-table' | Ondrej Zajicek (work) |
2022-02-06 | BGP: Implement flowspec validation procedure | Ondrej Zajicek (work) |
2022-01-28 | BGP: Make routing loops silent | Ondrej Zajicek (work) |
2022-01-28 | BGP: Use proper class in attribute error messages | Ondrej Zajicek (work) |
2022-01-28 | BGP: Improve 'invalid next hop' error reporting | Ondrej Zajicek (work) |
2022-01-24 | BGP: Log route updates that were changed to withdraws | Ondrej Zajicek (work) |
2022-01-09 | BGP: Add option 'free bind' | Ondrej Zajicek (work) |
2021-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Preexport: No route modification, no linpool needed | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-10-13 | BGP: Moved the suppressed and stale flags to pflags | Maria Matejka |
2021-10-13 | IGP metric getter refactoring to protocol callback | Maria Matejka |