Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | AS# in bgp.agreggator was a signed integer - fixed. | Ondrej Filip | |
2012-11-10 | Fixes OSPF reconfigure w.r.t. downed ifaces. | Ondrej Zajicek | |
2012-11-10 | Peer address of stub iface should be announced in OSPF Router LSA. | Ondrej Zajicek | |
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-10-31 | Fixes another bug in OSPFv3 vlinks. | Ondrej Zajicek | |
2012-10-29 | Fixes sorting in OSPF show state. | Ondrej Zajicek | |
2012-10-29 | Fixes several bugs related to OSPFv3 vlinks. | 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-16 | Merge branch 'rt-accepted' | Ondrej Zajicek | |
Conflicts: nest/config.Y nest/rt-table.c proto/bgp/bgp.c | |||
2012-07-16 | Finalize RA_ACCEPTED handling. | Ondrej Zajicek | |
2012-07-07 | Implements RDNSS and DNSSL support for RAdv. | Ondrej Zajicek | |
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-04-27 | Some minor fixes. | Ondrej Zajicek | |
2012-04-24 | Implements generalized export limits. | Ondrej Zajicek | |
And also fixes some minor bugs in limits. | |||
2012-04-21 | Fixes in generalized import limits. | Ondrej Zajicek | |
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 | 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-03-30 | Merge branch 'soon' | Ondrej Zajicek | |
Conflicts: nest/proto.c nest/rt-table.c | |||
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-03-15 | Better support for multitable protocols. | Ondrej Zajicek | |
The nest-protocol interaction is changed to better handle multitable protocols. Multitable protocols now declare that by 'multitable' field, which tells nest that a protocol handles things related to proto-rtable interaction (table locking, announce hook adding, reconfiguration of filters) itself. Filters and stats are moved to announce hooks, a protocol could have different filters and stats to different tables. The patch is based on one from Alexander V. Chernikov, thanks. | |||
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. |