Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | NEWS and version update. | Ondrej Zajicek | |
2012-03-22 | Some minor changes to CLI. | Ondrej Zajicek | |
2012-03-16 | Fixes broken vlinks in OSPF. | Ondrej Zajicek | |
2012-03-16 | Adds filtering to 'show ospf lsadb' command. | Ondrej Zajicek | |
Thanks Alexander V. Chernikov for the original patch. | |||
2012-03-15 | Adds warning for mismatch MTU in OSPF packets. | Ondrej Zajicek | |
Thanks Alexander V. Chernikov for the original patch. | |||
2012-03-15 | Fixes TTL for multicast OSPF packets. | Ondrej Zajicek | |
Thanks Alexander V. Chernikov for the suggestion. | |||
2012-03-15 | Fixes RIPng compatibility. | Ondrej Zajicek | |
Also probably breaks compatibility with older BIRDs, but RIPng not really worked here. Thanks to Goesta Smekal for the original patch. | |||
2012-03-15 | Fixes RIPng socket and neighbor handling. | Ondrej Zajicek | |
RIPng did not really work because of link-local addresses. Thanks to Roman Hoog Antink for some notes. | |||
2012-01-24 | Assign default protocol preference via proto_config_new(). | Ondrej Zajicek | |
The patch from Alexander V. Chernikov. | |||
2012-01-22 | Some more verbose warnings. | Ondrej Zajicek | |
2012-01-20 | Fixes a new bug in BGP route ordering. | Ondrej Zajicek | |
2012-01-09 | Show interface for link-local gw in static protocol. | Ondrej Zajicek | |
2012-01-09 | Some minor fixes. | Ondrej Zajicek | |
2012-01-08 | Implements support for link-local addresses in BGP. | Ondrej Zajicek | |
Thanks Matthias Schiffer for the original patch. | |||
2012-01-01 | Allows sticky link-local neighbors. | Ondrej Zajicek | |
Allows using NEF_STICKY neighbors with link-local addresses. This is used for static route nexthops, they can be specified like fe80::1%eth0 . | |||
2011-12-22 | Implements deterministic MED handling. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for many suggestions. | |||
2011-11-17 | Fixes RAdv proto w.r.t. templates. | Ondrej Zajicek | |
Thanks Alexander V. Chernikov for this. | |||
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-27 | Fixes seqnum generation. | Ondrej Zajicek | |
Thanks Mohammad Amin Shoaie for notification. | |||
2011-10-26 | Fixes sockets for IPv4 RIP. | Ondrej Zajicek | |
Thanks Roman Hoog Antink for a suggestion. | |||
2011-10-06 | Signal problems with route installation to kernel tables. | Ondrej Zajicek | |
2011-10-01 | Fixes some error messages and the NSSA gw lookup. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the patch. | |||
2011-09-24 | Implements static recursive routes. | Ondrej Zajicek | |
2011-09-04 | Minor changes in BGP protocol info. | Ondrej Zajicek | |
Shows neighbor IP and ASN even if protocol is down. | |||
2011-09-03 | Fixes possible buffer overflow when printing BGP attributes. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the patch. | |||
2011-09-03 | Fixes for OSPF NSSA handling. | 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-14 | BGP Extended communities. | Ondrej Zajicek | |
2011-08-08 | OSPF NSSA support, inter-area LSA translation. | Ondrej Zajicek | |
2011-07-22 | OSPF NSSA translator election. | Ondrej Zajicek | |
2011-07-20 | OSPF NSSA support, part one. | Ondrej Zajicek | |
2011-07-20 | Fixes broken multi-area OSPF. | Ondrej Zajicek | |
2011-07-08 | Removes timers for stub interfaces. Also fixes some minor bugs. | Ondrej Zajicek | |
2011-07-06 | Do not open sockets for stub interfaces. | Ondrej Zajicek | |
2011-07-03 | Fixes LSA checksum computation for larger LSAs. | Ondrej Zajicek | |
2011-07-03 | Prints full community lists during 'show route all'. | Ondrej Zajicek | |
2011-06-25 | Fixes output of BGP timers in 'show protocols all'. | Ondrej Zajicek | |
2011-06-25 | IPV6_CHECKSUM should not be used on ICMPv6 sockets. | Ondrej Zajicek | |
2011-06-20 | Fixes a bug in OSPF causing DoS by an invalid packet. | Ondrej Zajicek | |
2011-05-31 | Fixes bug that causes crash with strange BGP updates. | Ondrej Zajicek | |
2011-05-19 | Fixes compatibility with Mikrotik. | Ondrej Zajicek | |
2011-04-29 | Merge commit 'origin/master' | Ondrej Zajicek | |
2011-04-22 | Adds BGP option related to MED handling. | Ondrej Zajicek | |
Adds option 'med metric' allows to compare MEDs between routes received from different neighbors. | |||
2011-04-13 | Fixed bug FICORA #503685. | Ondrej Filip | |
2011-04-01 | Fixes a problem with BGP protocols and implicit router IDs. | Ondrej Zajicek | |
2011-04-01 | Fix leaked debug message. | Ondrej Zajicek | |
2011-03-30 | Fixes some problems in BGP error handling. | Ondrej Zajicek | |
2011-03-29 | Fixes a nasty bug in OSPF. | Ondrej Zajicek | |
Sending malformed network prefixes in LSAs causes OSPF to crash just after the LSA is propagated to the other routers. | |||
2011-03-28 | Minor changes in addresses. | Ondrej Zajicek | |
Mainly changes IA_UNNUMBERED to IA_PEER and adds IA_HOST. Also do not show broadcast addr in show interfaces. Nobody cares for that. | |||
2011-03-17 | Vastly improved OSPF reconfiguration. | Ondrej Zajicek | |
Now it can handle a change in iface pattern structure. It can add, remove and reconfigure interfaces, vlinks and areas. |