summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NEWS and version update.v1.2.3Ondrej Zajicek2010-05-313-2/+7
* Disable BGP protocol when cannot open listening socket.Ondrej Zajicek2010-05-312-4/+14
* Minor fixes.Ondrej Zajicek2010-05-282-3/+3
* Support loopback/dummy addresses.Ondrej Zajicek2010-05-262-4/+15
* Fixes a bug in duplicit configured stubnets.Ondrej Zajicek2010-05-262-7/+15
* Check for OSPF seqnum wraparound and handle it.Ondrej Zajicek2010-05-231-15/+24
* Extends pair set syntax, matching and deleting against clist.Ondrej Zajicek2010-05-224-10/+103
* Comment update.Ondrej Zajicek2010-05-211-1/+6
* Fixes interface scan on Linux 2.4.x in IPv6 mode.Ondrej Zajicek2010-05-211-1/+3
* Fixes bug on Linux 2.4.x - kernel sync does not work until restart of kernel ...Ondrej Zajicek2010-05-211-1/+2
* Do not remove old static route if it is in new config with different gw.Ondrej Zajicek2010-05-161-11/+21
* Do not originate summary or external LSA if it already here and not changed.Ondrej Zajicek2010-05-161-73/+157
* Handle EPIPE as a common connection close event.Ondrej Zajicek2010-05-143-3/+13
* Do not add community if it is already in clist.Ondrej Zajicek2010-05-141-12/+21
* Fixes a bug in LSA flooding.Ondrej Zajicek2010-05-072-24/+15
* A minor bugfix in OSPF ext-LSA processing.Ondrej Zajicek2010-05-031-3/+19
* Merge several fixes suggested by Joakim Tjernlund.Ondrej Zajicek2010-05-025-5/+9
* OSPF: most of summary LSA orig./flush logic rewritten.Ondrej Zajicek2010-05-028-413/+462
* Better support for /31 networks.Ondrej Zajicek2010-04-288-22/+33
* A fix in OSPFv3 next_hop calculation.Ondrej Zajicek2010-04-271-3/+8
* Merge branch 'master' of ssh://git.nic.cz/projects/bird/GIT/birdOndrej Filip2010-04-2716-574/+869
|\
| * Neighbors on OSPF broadcast networks should be identified by IP address, not ...Ondrej Zajicek2010-04-261-3/+22
| * Skip LSA host<->network endianity conversions on big endians.Ondrej Zajicek2010-04-252-2/+16
| * Implements changes in checksum alg suggested by Joakim Tjernlund.Ondrej Zajicek2010-04-251-33/+18
| * Fixes and enhancements in 'show ospf state' command.Ondrej Zajicek2010-04-248-75/+209
| * Merge commit 'origin/master' into newOndrej Zajicek2010-04-211-2/+1
| |\
| * | Fixes several problems in OSPF vlink implementation.Ondrej Zajicek2010-04-216-422/+522
| * | Fixes build on newer Linux systems.Ondrej Zajicek2010-04-141-0/+4
| * | Fixes IPv6 build on older systems.Ondrej Zajicek2010-04-141-0/+10
| * | Fixes next hop calculation on NBMA and parallel PTP links.Ondrej Zajicek2010-04-114-43/+71
| * | Fixes a bug in OSPF on NBMA interfaces.Ondrej Zajicek2010-04-111-0/+1
* | | Avoid warning if not compiled with pipes.Ondrej Filip2010-04-271-0/+2
| |/ |/|
* | It seems that prefixes /31 and /127 are valid and used in this strange world.Ondrej Filip2010-04-191-2/+1
|/
* NEWS and version update.v1.2.2Ondrej Zajicek2010-04-095-9/+25
* Ignore routes with next-hop 127.0.0.1 on BSD.Ondrej Zajicek2010-04-091-0/+5
* On BSD, consider unmarked non-device routes as alien.Ondrej Zajicek2010-04-081-1/+9
* Do not export empty community list attribute in BGP.Ondrej Zajicek2010-04-081-0/+4
* Revert "Fixes behavior of defined() on bgp_community attribute."Ondrej Zajicek2010-04-081-5/+7
* Minor changes.Ondrej Zajicek2010-04-084-6/+11
* Configurable syslog name.Ondrej Zajicek2010-04-076-26/+66
* Implements BGP 'show protocols' info details.Ondrej Zajicek2010-04-077-40/+116
* Restrict export of device routes to the kernel protocol.Ondrej Zajicek2010-04-047-41/+70
* Ignore some kernel messages.Ondrej Zajicek2010-04-031-5/+0
* Fixes related to routes with link-local gw on BSD.Ondrej Zajicek2010-04-031-10/+23
* Fixes missing header.Ondrej Zajicek2010-04-031-0/+1
* Fixes OSPFv3 route generation for local stub networks.Ondrej Zajicek2010-04-021-45/+61
* Use SO_BINDTODEVICE also in Linux/IPv6.Ondrej Zajicek2010-04-024-12/+24
* Fixes link-local addresses on BSD.Ondrej Zajicek2010-04-021-0/+8
* Minor fixes to previous patches.Ondrej Zajicek2010-04-027-96/+100
* Filter language updates; new route attributes and datatype.Ondrej Zajicek2010-03-298-47/+133