Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-21 | Store protocol config size inside protocol structure | Ondrej Zajicek | |
Make proto_config_new() use this info instead of supplied size. Thanks to Alexander V. Chernikov for the patch. | |||
2015-02-21 | Make BGP protocol instance search a separate function | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the patch. | |||
2015-02-21 | Minor fixes | Pavel Tvrdík | |
2015-02-21 | Better Clang compatibility | Pavel Tvrdik | |
2015-02-21 | Remove a comparison of unsigned expression < 0 | Pavel Tvrdik | |
2015-02-21 | Add const to a param msg at functions log_msg, log_rl, die, bug and debug | Pavel Tvrdik | |
2015-02-21 | Replacing GNU old-style field designator extension | Pavel Tvrdik | |
2015-02-21 | Fixes minor bug in BFD. | Ondrej Zajicek | |
Thanks to Pavel Tvrdik for noticing it. | |||
2015-02-21 | Allows user data attached to f_trie_node structure. | Ondrej Zajicek | |
Thanks to Alexander Chernikov for the patch. | |||
2015-02-21 | Bump max symbol length to 64. | Ondrej Zajicek | |
And move the constant to conf.h header. Thanks to Alexander Chernikov for the patch. | |||
2015-02-21 | Fixes a bug in locking code. | Ondrej Zajicek | |
When multiple protocols have a lock for the same IP address, it crashes under some circumstances. Thanks to Matthias Schiffer for the bugreport. | |||
2015-02-21 | Fixes potential alignment bug in BGP. | Ondrej Zajicek | |
Thanks to Andrew (seti.kr.ua) for the bug report. | |||
2015-02-21 | Link state support in BGP. | Ondrej Zajicek | |
Configurable fast shutdown of a BGP session when an interface loses link. | |||
2015-02-21 | Merge remote-tracking branch 'origin/soft-int' | Ondrej Zajicek | |
2014-11-08 | Fixes error message in 'show route' cmd. | Ondrej Zajicek | |
Message 'Network not in table' was not reported if a network node without any routes was found in a routing table. | |||
2014-11-05 | Version 1.5.0pre | Ondrej Filip | |
2014-11-04 | Small typo fixed. | Ondrej Filip | |
2014-11-03 | Changes order of iface/addr/neigh event hooks. | Ondrej Zajicek | |
Now the order is: Up -> iface, addr, neigh Down -> neigh, addr, iface It fixes the case when an iface appears, related static routes are activated and exported to OSPF before the iface notification and therefore forwarding addresses are not encoded in generated external LSAs. | |||
2014-11-03 | Bugfix in latest OSPF changes. | Ondrej Zajicek | |
2014-11-03 | Bugfix to OSPF reconfiguration. | Ondrej Zajicek | |
2014-11-03 | Fininshing integrated OSPF. | Ondrej Zajicek | |
2014-10-25 | Mailling list location changed. | Ondrej Filip | |
2014-10-24 | Integrated IP functions. | Ondrej Zajicek | |
2014-10-24 | Refactoring of OSPF messages. | Ondrej Zajicek | |
2014-10-16 | __attribute__((packed)) added. Thank to Maksim Tamarsky | Ondrej Filip | |
2014-10-14 | Merge remote-tracking branch 'origin/master' into soft-int | Ondrej Zajicek | |
2014-10-05 | NEWS and version update.v1.4.5 | Ondrej Zajicek | |
2014-10-02 | Implements show route noexport option. | Ondrej Zajicek | |
Shows routes that would be exported to the protocol but are rejected by the export filter. | |||
2014-10-02 | Implements token bucket filter for rate limiting. | Ondrej Zajicek | |
2014-10-02 | Allows to configure different remote port for BGP sessions. | Ondrej Zajicek | |
Thanks to João Taveira Araújo for the original patch. | |||
2014-10-02 | Refresh kernel protocol when interface disappears. | Ondrej Zajicek | |
When an interface goes down, (Linux) kernel removes routes pointing to that ifacem but does not send withdraws for them. We rescan the kernel table to ensure synchronization. Thanks to Alexander Demenshin for the bugreport. | |||
2014-10-02 | Allows more constants in set literals. | Ondrej Zajicek | |
Thanks to Michael Fincham for the bugreport. | |||
2014-10-02 | Fixes some warnings. | Ondrej Zajicek | |
2014-07-21 | OSPF instance id option and documentation update. | Ondrej Zajicek | |
2014-07-19 | Whitespace cleanup in OSPF. | Ondrej Zajicek | |
2014-07-18 | Temporary integrated OSPF commit. | Ondrej Zajicek | |
2014-07-09 | Version 1.4.4.v1.4.4 | Ondrej Filip | |
2014-07-09 | NEWS and version update. | Ondrej Zajicek | |
2014-07-09 | Fixes a bug in BSD kernel interfacing code. | Ondrej Zajicek | |
The bug was introduced in 05476c4d04a24bdb26fa64e05ab31bc36118f34e. | |||
2014-07-07 | Implements default router preference (RFC 4191) for RAdv. | Ondrej Zajicek | |
Thanks to Baptiste Jonglez for the patch. | |||
2014-07-07 | Replaces function name in test.conf as it collided with new keyword. | Ondrej Zajicek | |
2014-06-30 | Fixes integer overflow in show memory command. | Ondrej Zajicek | |
Thanks to Job Snijders for the bugreport. | |||
2014-06-26 | Ensures that msg_controllen includes last padding. | Ondrej Zajicek | |
Although RFC 3542 allows both cases, Theo de Raadt thinks he knows better, and msg_controllen without last padding fails on OpenBSD. Thanks to Job Snijders for the bugreport. | |||
2014-06-26 | Temporary integrated OSPF commit. | Ondrej Zajicek | |
2014-06-10 | Fixes max include depth in documentation. | Ondrej Zajicek | |
Thanks to Artyom Gavrichenkov for the patch. | |||
2014-05-29 | String constants could be used for string option values. | Ondrej Zajicek | |
Thanks to Frederik Kriewitz for the patch. | |||
2014-05-18 | IPv4/IPv6 integrated socket code. | Ondrej Zajicek | |
2014-05-05 | Fixes a problem with undoing of deconfiguring of protocol. | Ondrej Zajicek | |
Thanks to Sergey Popovich for the original patch. | |||
2014-05-04 | Merge commit 'origin/master' | Ondrej Zajicek | |
2014-05-04 | Fixes BGP crash when update with some attributes and empty NLRI is received. | Ondrej Zajicek | |
Thanks to Charlie Allom for the bugreport. |