Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-14 | Implements route reload for OSPF. | Ondrej Zajicek | |
2009-12-14 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
Conflicts: proto/ospf/lsreq.c proto/ospf/lsupd.c proto/ospf/rt.c | |||
2009-12-14 | Minor updates. | Ondrej Zajicek | |
2009-12-12 | Minor fixes in OSPF. | Ondrej Zajicek | |
2009-12-11 | Implements protocol-specific Router ID for OSPF. | Ondrej Zajicek | |
And fixes one minor bug. | |||
2009-12-11 | Temporary OSPFv3 commit. | Ondrej Zajicek | |
2009-12-06 | Fixes link-back check. | Ondrej Zajicek | |
2009-12-04 | Fixes next hop handling. | Ondrej Zajicek | |
2009-12-03 | Fixes OSPFv2 build. | Ondrej Zajicek | |
2009-12-03 | Fixes some log messages. | Ondrej Zajicek | |
2009-12-03 | Minor fix in LSA update. | Ondrej Zajicek | |
2009-11-29 | Fixes some crashes in OSPFv2. | Ondrej Zajicek | |
2009-11-29 | Temporary commit. | Ondrej Zajicek | |
2009-11-17 | Temporary OSPFv3 devel commit | Ondrej Zajicek | |
2009-11-09 | Use IPv6 checksums in OSPFv3. | Ondrej Zajicek | |
2009-11-09 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
2009-10-29 | Implements better checks on incoming packets and LSAs in OSPF. | Ondrej Zajicek | |
2009-10-28 | Fixes some problems related to link-local routes in KRT interface. | Ondrej Zajicek | |
2009-10-25 | Implements proper handling of summary/external LSA IDs. | Ondrej Zajicek | |
2009-10-15 | Implement command to show LSA db. | Ondrej Zajicek | |
2009-10-15 | Reimplements 'show ospf state' for OSPFv3 and fixes some bugs. | Ondrej Zajicek | |
2009-10-07 | Implement proper LSA ID generation. | Ondrej Zajicek | |
2009-09-17 | Implements proper RID handling in OSPFv3. | Ondrej Zajicek | |
2009-09-08 | Make endianity swapping simpler. | Ondrej Zajicek | |
2009-09-08 | Temporary OSPFv3 development commit. | Ondrej Zajicek | |
Finally, it is working. | |||
2009-09-04 | Temporary OSPFv3 development commit (changing multicast support). | Ondrej Zajicek | |
2009-08-28 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-27 | Some cleanups. | Ondrej Zajicek | |
2009-08-27 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-25 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-21 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-16 | Bugfix - each protocol can be compiled separately. | Ondrej Filip | |
2009-08-10 | Merge branch 'master' into dev | Ondrej Zajicek | |
2009-07-30 | Symbols PASSWORDS and BROADCAST not declared for OSPF | Ondrej Filip | |
2009-07-23 | Use %R in OSPF when appropriate. | Ondrej Zajicek | |
2009-07-05 | Another pile of ipa_from_u32() calls. | Ondrej Zajicek | |
2009-07-05 | Fixes OSPF on big-endians. | Ondrej Zajicek | |
Hmm, #ifdef is not very typo-safe. | |||
2009-07-05 | Fixes type mismatch in OSPF printf statements. | Ondrej Zajicek | |
Mixing ip_addr and u32 does bad things on Ultrasparc. Although both have the same size. Fascinating. It was not catched by compiler because of varargs. | |||
2009-06-18 | Minor bugfixes. | Ondrej Zajicek | |
2009-06-11 | Implements an option that allows to change a set of stub networks. | Ondrej Zajicek | |
2009-06-10 | Changes OSPF to generate stub networks for non-primary addresses. | Ondrej Zajicek | |
Also does some reorganization in RT LSA announcement. | |||
2009-06-01 | The pipe cleanup. | Ondrej Zajicek | |
2009-05-31 | Changes pipes to transfer all routes between routing table, not just optimal ↵ | Ondrej Zajicek | |
routes. | |||
2009-05-24 | Hello packets on PTP networks should have zero netmask. | Ondrej Zajicek | |
This also ensures that misconfigured routers (one side ptp and one side broadcast) do not make adjacency. | |||
2009-05-24 | Ignore Hello packets from different IP network (than primary). | Ondrej Zajicek | |
2009-05-06 | A change in OSPF and RIP interface patterns. | Ondrej Zajicek | |
Allows to add more interface patterns to one common 'options' section like: interface "eth3", "eth4" { options common to eth3 and eth4 }; Also removes undocumented and unnecessary ability to specify more interface patterns with different 'options' sections: interface "eth3" { options ... }, "eth4" { options ... }; | |||
2009-04-08 | Fixes broken cryptographic authentication in OSPF | Ondrej Zajicek | |
Cryptographic authentication in OSPF is defective by design - there might be several packets independently sent to the network (for example HELLO, LSUPD and LSACK) where they might be reordered and that causes crypt. sequence number error. That can be workarounded by not incresing sequence number too often. Now we update it only when last packet was sent before at least one second. This can constitute a risk of replay attacks, but RFC supposes something similar (like time in seconds used as CSN). | |||
2009-04-06 | Fixes bug in OSPF packet retransmission. | Ondrej Zajicek | |
If a DBDES packet from a master to a slave is lost, then the old code does not retransmit it and instead send a next one with the same sequence number. That leads to silent desynchronization of LSA databases. | |||
2009-04-06 | Better OSPF packet tracing log messages. | Ondrej Zajicek | |
Replaces old OSPF packet tracing messages with uniform messages with packet dumps. | |||
2009-02-25 | Fixes another bug in packet retransmissions. | Ondrej Zajicek | |
When slave was in full state, it didn't retransmit lost packets. That leads to OSPF connection locked in states loading-full. |