Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | Implements ADD-PATH extension for BGP. | Ondrej Zajicek | |
Allows to send and receive multiple routes for one network by one BGP session. Also contains necessary core changes to support this (routing tables accepting several routes for one network from one protocol). It needs some more cleanup before merging to the master branch. | |||
2012-08-08 | DragonFly support add - thanks to john@marino.st | Ondrej Filip | |
2012-08-07 | Merge branch 'master' of ssh://git.nic.cz/birdv1.3.8 | Ondrej Filip | |
2012-08-07 | NEWS and version update. | Ondrej Zajicek | |
2012-08-06 | Some minor fixes. | Ondrej Zajicek | |
2012-08-06 | Fixes BGP subcode during global shutdown. | Ondrej Zajicek | |
2012-07-26 | Fixes default route in OSPF multiple area setting. | Ondrej Zajicek | |
2012-07-24 | Documentation update, | Ondrej Zajicek | |
2012-07-22 | RDNSS and DNSSL documentation for RAdv. | Ondrej Zajicek | |
2012-07-20 | Allows to redefine master table. | 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-07-16 | Merge branch 'rt-accepted' | Ondrej Zajicek | |
Conflicts: nest/config.Y nest/rt-table.c proto/bgp/bgp.c | |||
2012-07-16 | Merge commit 'origin/rt-accepted' into rt-accepted | Ondrej Zajicek | |
2012-07-16 | Finalize RA_ACCEPTED handling. | Ondrej Zajicek | |
2012-07-07 | Implements RDNSS and DNSSL support for RAdv. | Ondrej Zajicek | |
2012-05-15 | Merge branch 'master' of ssh://git.nic.cz/bird | Ondrej Filip | |
2012-05-14 | Real broadcast mode for OSPFv2. | Ondrej Zajicek | |
2012-05-14 | Allows to set instance ID for OSPFv3 interfaces. | Ondrej Zajicek | |
2012-05-11 | Minor cleanups. | Ondrej Zajicek | |
2012-05-11 | Fixes a bug in RA_ACCEPTED handling. | Ondrej Zajicek | |
2012-05-11 | Merge branch 'master' of ssh://git.nic.cz/bird | Ondrej Filip | |
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-04 | History deduplication in birdc. | Ondrej Zajicek | |
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-05-02 | Merge branch 'master' of ssh://git.nic.cz/bird | Ondrej Filip | |
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-29 | Allows some modifications of dest attribute in filters. | Ondrej Zajicek | |
2012-04-28 | Changes keyword 'exceed' to 'action'. | Ondrej Zajicek | |
2012-04-28 | Some fixes in route export limits. | Ondrej Zajicek | |
2012-04-27 | Some minor fixes. | Ondrej Zajicek | |
2012-04-26 | Merge branch 'master' of ssh://git.nic.cz/bird | Ondrej Filip | |
2012-04-24 | Implements generalized export limits. | Ondrej Zajicek | |
And also fixes some minor bugs in limits. | |||
2012-04-24 | Merge commit 'origin/master' | Ondrej Zajicek | |
2012-04-24 | Small bug in detection of class-A networks. | Ondrej Filip | |
2012-04-22 | Small typo in programmer's documentation. | Ondrej Filip | |
2012-04-21 | Fixes in generalized import limits. | 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-20 | 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-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 branch 'master' into rt-accepted | Ondrej Zajicek | |
2012-04-15 | Merge commit 'origin/master' | Ondrej Zajicek | |
2012-04-15 | Fix static protocol w.r.t. some recent changes in protocol ahooks. | Ondrej Zajicek | |
2012-04-15 | Implement RA_ACCEPTED mode of route propagation. | Ondrej Zajicek | |
2012-04-09 | Small bugfix in error message related to reconfiguration. | Ondrej Filip | |