Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-10 | Allows rejected routes to be kept and examined. | Ondrej Zajicek | |
When 'import keep rejected' protocol option is activated, routes rejected by the import filter are kept in the routing table, but they are hidden and not propagated to other protocols. It is possible to examine them using 'show route rejected'. | |||
2012-08-29 | Fixes a bug in primary IP selection. | Ondrej Zajicek | |
2012-08-08 | DragonFly support add - thanks to john@marino.st | Ondrej Filip | |
2012-08-07 | NEWS and version update. | Ondrej Zajicek | |
2012-08-06 | Some minor fixes. | Ondrej Zajicek | |
2012-07-18 | Rename sk_new() to avoid name collision with OpenSSL. | Ondrej Zajicek | |
2012-07-18 | Implements wildcard matching in config file include. | Ondrej Zajicek | |
Also fixes some minor bugs in include. Thanks Kelly Cochran for suggestion and draft patch. | |||
2012-05-11 | Minor cleanups. | Ondrej Zajicek | |
2012-05-04 | Cleanup in sysdep KRT code, part 4. | Ondrej Zajicek | |
Adding some files that was accidentally removed (instead of moved) in cleanup part 2. | |||
2012-05-03 | Fixes flushing of device routes. | Ondrej Zajicek | |
2012-05-03 | Implements build options to specify socket dir and suffix. | Ondrej Zajicek | |
2012-04-30 | Cleanup in sysdep KRT code, part 3. | Ondrej Zajicek | |
Just one more renaming, old krt_set_notify() to krt_replace_rte(). | |||
2012-04-30 | Cleanup in sysdep KRT code, part 2. | Ondrej Zajicek | |
Remove support for historic Linux kernels, merge krt-iface, krt-set and krt-scan stub headers. | |||
2012-04-30 | Cleanup in sysdep KRT code, part 1. | Ondrej Zajicek | |
OS-dependent functions renamed to be more consistent, prepared to merge krt-set and krt-scan headers. Name changes: struct krt_if_params -> struct kif_params struct krt_if_status -> struct kif_status struct krt_set/scan_params -> struct krt_params struct krt_set/scan_status -> struct krt_status krt_if_params_same -> kif_sys_reconfigure krt_if_copy_params -> kif_sys_copy_config krt_set/scan_params_same -> krt_sys_reconfigure krt_set/scan_copy_params -> krt_sys_copy_config krt_if_scan -> kif_do_scan krt_set_notify -> krt_do_notify krt_scan_fire -> krt_do_scan krt_if_ -> kif_sys_ krt_scan_ -> krt_sys_ krt_set_ -> krt_sys_ | |||
2012-04-24 | Merge commit 'origin/master' | Ondrej Zajicek | |
2012-04-21 | Fixes missing device attributes when exporting routes to kernel. | Ondrej Zajicek | |
Thanks to Howden Nick for the bugreport. | |||
2012-04-19 | Small clean up in debug texts | Ondrej Filip | |
2012-04-15 | Implements generalized import hooks. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the original patch. | |||
2012-04-15 | Merge commit 'origin/master' | Ondrej Zajicek | |
2012-04-09 | Small bugfix in error message related to reconfiguration. | Ondrej Filip | |
2012-03-30 | Merge branch 'soon' | Ondrej Zajicek | |
Conflicts: nest/proto.c nest/rt-table.c | |||
2012-03-25 | Fixes several minor bugs in kernel syncer. | Ondrej Zajicek | |
2012-03-23 | Adds krt_metric linux route attribute. | Ondrej Zajicek | |
2012-03-23 | Adds krt_source route attribute. | Ondrej Zajicek | |
Thanks Jeremie Dimino for the original patch. | |||
2012-03-22 | NEWS and version update. | Ondrej Zajicek | |
2012-03-19 | Fixes problem with dirname(). | Ondrej Zajicek | |
Thanks Henrique de Moraes Holschuh for the original patch. | |||
2012-03-18 | Route Origin Authorization basics. | Ondrej Zajicek | |
- ROA tables, which are used as a basic part for RPKI. - Commands for examining and modifying ROA tables. - Filter operators based on ROA tables consistent with RFC 6483. | |||
2012-02-03 | Fixes a bug causing crash during soft reconfiguration of export to kernel proto. | Ondrej Zajicek | |
2012-01-24 | Assign default protocol preference via proto_config_new(). | Ondrej Zajicek | |
The patch from Alexander V. Chernikov. | |||
2012-01-23 | Implements handling of BSD iface arrival/departure notifications. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for original patch. | |||
2012-01-23 | Fixes problems with creating/removing/renaming ifaces on BSD. | Ondrej Zajicek | |
2012-01-21 | Fixes a bug in BSD iface scan. | Ondrej Zajicek | |
if_update() should be called always, because periodic iface scan code removes all not-updated ifaces. | |||
2012-01-20 | NEWS and version update.v1.3.6 | Ondrej Zajicek | |
2012-01-10 | New version 1.3.5v1.3.5 | Ondrej Filip | |
2012-01-09 | Extend buffer for netlink messages. | root | |
2012-01-09 | Some minor fixes. | Ondrej Zajicek | |
2012-01-08 | Fix for IPv6 addresses on non-multiaccess ifaces on BSD. | Ondrej Zajicek | |
Thanks Matthias Schiffer for the patch. | |||
2012-01-08 | Better support for link-local addresses in IO code. | Ondrej Zajicek | |
2011-11-07 | Implements protocol templates. | Ondrej Zajicek | |
Based on the patch from Alexander V. Chernikov. Extended to support almost all protocols. Uses 'protocol bgp NAME from TEMPLATE { ... }' syntax. | |||
2011-10-10 | NEWS and version update.v1.3.4 | Ondrej Zajicek | |
2011-10-10 | Fixes for include. | Ondrej Zajicek | |
2011-10-09 | Extend the error message. | Ondrej Zajicek | |
2011-10-06 | Signal problems with route installation to kernel tables. | Ondrej Zajicek | |
2011-09-11 | Configuration can include other files. | Ondrej Filip | |
2011-09-04 | NEWS and version update. | Ondrej Zajicek | |
2011-09-04 | NetBSD compile fix. | Ondrej Zajicek | |
2011-08-16 | The generalized TTL security mechanism (RFC 5082) support. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the patch. | |||
2011-08-15 | A minor fix in BSD. | Ondrej Zajicek | |
2011-08-14 | BGP Extended communities. | Ondrej Zajicek | |
2011-07-29 | Handles missing macro. | root | |