Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-11 | Bugfix in network LSA originating. | Ondrej Filip | |
2000-05-11 | Several minor RIP changes (Pavel, please check as usually): | Martin Mares | |
o Use FIB_ITERATE_INIT instead of calling the function fit_init() which is explictly marked as private in route.h. o When printing trace messages, don't spit out protocol name twice. o Some messages are a bit more verbose. o Added a bunch of FIXME's. o When running in broadcast mode, don't forget to bind the local end of the socket to the same broadcast address, so that we don't get the broadcasts looped back via different interface. I'm just going to look up the same problem for multicasts. | |||
2000-05-11 | Use correct flags for the LOCAL_PREF attribute. | Martin Mares | |
When an invalid attribute is found, copy the entire attribute to the data section of the NOTIFICATION message. | |||
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-11 | Test better lsa size. | Ondrej Filip | |
2000-05-11 | Be more verbose. | Ondrej Filip | |
2000-05-11 | Bugfix in (B)DR election. | Ondrej Filip | |
2000-05-11 | More robust tests in packet receiving. | Ondrej Filip | |
2000-05-10 | Some better lsa checking added. | Ondrej Filip | |
2000-05-10 | Out dump deleted. | Ondrej Filip | |
2000-05-10 | use password_same utility function | Pavel Machek | |
2000-05-10 | Ever test possibility of forming of adjacency. | Ondrej Filip | |
2000-05-10 | Inlined metric and mode into struct rip_interface to make reconfig | Pavel Machek | |
work. reconfigure is conservative but should work. | |||
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 | Destroying of neighbor moved from 'hello' to 'neighbor' and | Ondrej Filip | |
improved. | |||
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 | Better dumping. | Ondrej Filip | |
2000-05-10 | Don't touch used memory. | Pavel Machek | |
2000-05-10 | Bugfix in ip_addr endianity. | Ondrej Filip | |
2000-05-10 | Killed unused variable. | Pavel Machek | |
2000-05-10 | Bug in (B)DR election fixed. | Ondrej Filip | |
2000-05-10 | You can now say "mode multicast". | Pavel Machek | |
2000-05-10 | Change u32 to ip_addr in ext lsa. | Ondrej Filip | |
2000-05-10 | Calculation of external routes. | Ondrej Filip | |
2000-05-10 | Fix segfaults by using new ea_get_int. | Pavel Machek | |
2000-05-09 | FIXME's removed by deleting them. :-) | Ondrej Filip | |
2000-05-09 | Premature aging of self-originated LSA received in flooding. | Ondrej Filip | |
2000-05-09 | Better dumping. | Ondrej Filip | |
2000-05-09 | Bugfix in lsrt slist adding. | Ondrej Filip | |
2000-05-09 | Flushing of old LSAs added. | Ondrej Filip | |
2000-05-09 | Backup seen is not called so often. | Ondrej Filip | |
2000-05-09 | Don't send flushed LSAs. | Ondrej Filip | |
2000-05-09 | Many bugfixes. (I added one entry twice to slist.) | Ondrej Filip | |
Debug cleanup. Retransmiting of unacknolegded LSAs | |||
2000-05-09 | Many bugfixes. Actually, how could this ever work? :-) | Ondrej Filip | |
2000-05-09 | Bug fix in sending updates. | Ondrej Filip | |
2000-05-09 | Bugfix in testing of possibility of adjacency. | Ondrej Filip | |
2000-05-09 | Better dumping. | Ondrej Filip | |
2000-05-09 | Bugfix in hello. | Ondrej Filip | |
2000-05-09 | Small cleanup. | Ondrej Filip | |
2000-05-09 | Sorry, it didn't compile. :-( | Ondrej Filip | |
2000-05-09 | Another bugfix in neighbor state machine. | Ondrej Filip | |
2000-05-09 | Small bug in neighbor state machine. | Ondrej Filip | |
2000-05-09 | Just added declaration of AS Ext routes calculation. | Ondrej Filip | |