Age | Commit message (Expand) | Author |
2000-05-19 | Latest changes by Pavel have removed the error messages printed after | Martin Mares |
2000-05-19 | Less error messages in case sk_open fails. | Pavel Machek |
2000-05-19 | Added name of protocol to messages being logged. | Pavel Machek |
2000-05-19 | Commented out the `inserting entry which is already there' message since | Martin Mares |
2000-05-17 | Minor cleaning | Pavel Machek |
2000-05-16 | Turned off LOCAL_DEBUG. | Martin Mares |
2000-05-16 | Interface dummy is too strange for me... but psst, that's secret. | Pavel Machek |
2000-05-16 | Rip should now reconfigure itself only if needed. | Pavel Machek |
2000-05-11 | Several minor RIP changes (Pavel, please check as usually): | Martin Mares |
2000-05-11 | Fixed nasty segfault in rip. | Pavel Machek |
2000-05-11 | Some more paranoia into rip_insert and rip_delete | Pavel Machek |
2000-05-11 | Unused variable killed. | Pavel Machek |
2000-05-10 | use password_same utility function | Pavel Machek |
2000-05-10 | Inlined metric and mode into struct rip_interface to make reconfig | Pavel Machek |
2000-05-10 | rip_reconfigure done right | Pavel Machek |
2000-05-10 | ipa_same does not exist. | Pavel Machek |
2000-05-10 | Nicer messages from rip. | Pavel Machek |
2000-05-10 | Use ea_get_int instead of ea_find. | Pavel Machek |
2000-05-10 | Reconfigure hook copied from bgp. | Pavel Machek |
2000-05-10 | Send first udpate sooner. | Pavel Machek |
2000-05-10 | Only announce change to main routing table if it is better than current. | Pavel Machek |
2000-05-10 | Don't touch used memory. | Pavel Machek |
2000-05-10 | Killed unused variable. | Pavel Machek |
2000-05-10 | You can now say "mode multicast". | Pavel Machek |
2000-05-10 | Fix segfaults by using new ea_get_int. | Pavel Machek |
2000-05-08 | Preference is a configurable parameter. | Martin Mares |
2000-05-06 | Added commands `show route protocol <p>' and `show route import <p>' which | Martin Mares |
2000-05-05 | Added skeleton Doc files for the whole developer's documentation. | Martin Mares |
2000-05-04 | #ifdef out lots of debugging information. | Martin Mares |
2000-05-04 | Spelling fixes. | Pavel Machek |
2000-05-02 | Defined format specifier `%M' which behaves as `%m', but takes the | Martin Mares |
2000-04-30 | Moved documentation to top of file, where it belongs. | Pavel Machek |
2000-04-29 | IpV6 now actually compiles. | Pavel Machek |
2000-04-28 | Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, | Martin Mares |
2000-04-28 | Killed fixme: I already fixed it. | Pavel Machek |
2000-04-28 | Provide rip_get_attr, how do I test it? | Pavel Machek |
2000-04-28 | Add sample documentation to rip. | Pavel Machek |
2000-04-26 | Use right address for ripv6. | Pavel Machek |
2000-04-26 | Cleanup in preparation for ipv6. | Pavel Machek |
2000-04-12 | f_new_dynamic_attr gets third argument, type as filters know it. | Pavel Machek |
2000-04-07 | Fix of comment. | Pavel Machek |
2000-04-01 | RIP: Set attribute class. | Martin Mares |
2000-03-31 | Removal of useless includes continues... | Martin Mares |
2000-03-31 | Use bsprintf() instead of sprintf(). | Martin Mares |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-29 | Cross-protocol issues solved better | Pavel Machek |
2000-03-27 | Use neigh_connected_to in rip, and behave more correctly | Pavel Machek |
2000-03-26 | I broke compilation. Sorry. | Pavel Machek |
2000-03-26 | Split horizont done right. | Pavel Machek |
2000-03-24 | FIXME was actually already resolved | Pavel Machek |