Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | Fixes scope of filter symbols. | Ondrej Zajicek | |
2010-09-20 | Changes print-like filter commands to use a log instead of a stderr. | Ondrej Zajicek | |
And extends the log subsystem to better handle that. | |||
2010-09-15 | Fixes a bug in pair sets. | Ondrej Zajicek | |
2010-09-11 | Fixes a bug in community set delete. | Ondrej Zajicek | |
2010-09-08 | Fixes a one byte buffer overflow. | Ondrej Zajicek | |
2010-09-03 | Fixes a crash in RIP during reconfigure. | Ondrej Zajicek | |
2010-09-03 | Fixes a memory leak in RIP. | Ondrej Zajicek | |
2010-08-22 | Fixes a bug in NBMA on an iface with multiple IP addresses. | Ondrej Zajicek | |
2010-08-13 | Change default for handling missing link-local addresses on route servers. | Ondrej Zajicek | |
2010-08-12 | Supports unique local unicast addresses. | Ondrej Zajicek | |
2010-08-09 | Typo in doc. | Ondrej Filip | |
2010-08-04 | Fixes IPv6 build. | Ondrej Zajicek | |
2010-08-04 | Fixes build on Sparc. | Ondrej Zajicek | |
2010-08-03 | Documentation update and improvement of tests related to expressions in sets. | Ondrej Filip | |
2010-08-03 | Small typo in documentation. | Ondrej Filip | |
2010-08-03 | Even set of number can be made by expressions. | Ondrej Filip | |
2010-08-03 | Syntax of sets improved. | Ondrej Filip | |
2010-08-03 | Do not allow interdependent recursive routes. | Ondrej Zajicek | |
2010-08-03 | Ignore warning when BGP peer is unreachable. | Ondrej Zajicek | |
2010-08-03 | Documentation update. | Ondrej Zajicek | |
2010-08-02 | Adds igp_metric attribute. | Ondrej Zajicek | |
2010-07-31 | Fixes bug in OSPF ext-LSA origination. | Ondrej Zajicek | |
2010-07-31 | Implements IGP metric comparison for BGP routes. | Ondrej Zajicek | |
2010-07-28 | Adds route resolvability test. | Ondrej Zajicek | |
2010-07-28 | Use link-local addresses in recursive next hops for IPv6 BGP. | Ondrej Zajicek | |
2010-07-27 | Hostcache should use trie to filter relevant route changes. | Ondrej Zajicek | |
2010-07-27 | Minor changes in prefix trie. | Ondrej Zajicek | |
2010-07-26 | For hostentry cache, replace FIB with a hash table using (IP, dep table) as ↵ | Ondrej Zajicek | |
a key. | |||
2010-07-22 | Fixes a buffer overflow in TX code of IPv6 BGP. | Ondrej Zajicek | |
2010-07-14 | Fixes the documentation. | Ondrej Zajicek | |
2010-07-13 | Adds some options and documentation related to recursive next hops. | Ondrej Zajicek | |
2010-07-12 | Fixes missing check in reconfiguration. | Ondrej Zajicek | |
2010-07-12 | Implements proper multihop BGP. | Ondrej Zajicek | |
Also does some incompatible changes to config file syntax, like removing 'via IP' from multihop option. | |||
2010-07-05 | Implements hostcache and recursive next hops. | Ondrej Zajicek | |
Hostcache is a structure for monitoring changes in a routing table that is used for routes with dynamic/recursive next hops. This is needed for proper iBGP next hop handling. | |||
2010-06-02 | Do not start with huge OSPF FIBs. | Ondrej Zajicek | |
Most OSPF instances don't need 64k FIB fields. This change halves resident memory usage on small OSPF networks. | |||
2010-06-02 | Implements command that shows memory usage. | Ondrej Zajicek | |
2010-06-02 | Minor bug that appears only in debug mode. | Ondrej Filip | |
2010-05-31 | NEWS and version update. | Ondrej Zajicek | |
2010-05-31 | Disable BGP protocol when cannot open listening socket. | Ondrej Zajicek | |
2010-05-28 | Minor fixes. | Ondrej Zajicek | |
2010-05-26 | Support loopback/dummy addresses. | Ondrej Zajicek | |
2010-05-26 | Fixes a bug in duplicit configured stubnets. | Ondrej Zajicek | |
If there was the same configured stubnet on local and remote router, the remote route always won regardless of its cost. | |||
2010-05-23 | Check for OSPF seqnum wraparound and handle it. | Ondrej Zajicek | |
2010-05-22 | Extends pair set syntax, matching and deleting against clist. | Ondrej Zajicek | |
Expressions like (123,*) can be used in pair set literals, clists can be matched against pair sets (community ~ pairset) and pair sets can be used to specify items to delete from clists (community.delete(pairset)). | |||
2010-05-21 | Comment update. | Ondrej Zajicek | |
2010-05-21 | Fixes interface scan on Linux 2.4.x in IPv6 mode. | Ondrej Zajicek | |
2010-05-21 | Fixes bug on Linux 2.4.x - kernel sync does not work until restart of kernel ↵ | Ondrej Zajicek | |
protocol. Which was, actually, a bug in timers - on older kernel, monotonic timer is missing and the other implementation started with now == 0, which collides with usage 0 as a special value in timer->expires field. | |||
2010-05-16 | Do not remove old static route if it is in new config with different gw. | Ondrej Zajicek | |
2010-05-16 | Do not originate summary or external LSA if it already here and not changed. | Ondrej Zajicek | |
2010-05-14 | Handle EPIPE as a common connection close event. | Ondrej Zajicek | |