summaryrefslogtreecommitdiffstats
path: root/proto
AgeCommit message (Collapse)Author
2000-05-15Cleanup of configuration.Martin Mares
o Use `expr' instead of `NUM' and `ipa' instead of `IPA', so that defined symbols work everywhere. o `define' now accepts both numbers and IP addresses. o Renamed `ipa' in filters to `fipa'. Pavel, please update filters to accept define'd symbols as well.
2000-05-13Unified parsing of prefixes.Martin Mares
Had to rename `prefix' in filters to `fprefix'.
2000-05-13Adapted to new rt_notify semantics.Martin Mares
2000-05-13Manual enable/disable works right.Martin Mares
2000-05-12Calculation of external routes works. :-)Ondrej Filip
2000-05-12Minor changes.Ondrej Filip
2000-05-12Bugfix in flooding. (bad size)Ondrej Filip
Better debugging. More robust in receiving.
2000-05-12Better debugging.Ondrej Filip
More robust.
2000-05-11Bugfix in network LSA originating.Ondrej Filip
2000-05-11Several 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-11Use 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-11Fixed nasty segfault in rip.Pavel Machek
2000-05-11Some more paranoia into rip_insert and rip_deletePavel Machek
2000-05-11Unused variable killed.Pavel Machek
2000-05-11Test better lsa size.Ondrej Filip
2000-05-11Be more verbose.Ondrej Filip
2000-05-11Bugfix in (B)DR election.Ondrej Filip
2000-05-11More robust tests in packet receiving.Ondrej Filip
2000-05-10Some better lsa checking added.Ondrej Filip
2000-05-10Out dump deleted.Ondrej Filip
2000-05-10use password_same utility functionPavel Machek
2000-05-10Ever test possibility of forming of adjacency.Ondrej Filip
2000-05-10Inlined metric and mode into struct rip_interface to make reconfigPavel Machek
work. reconfigure is conservative but should work.
2000-05-10rip_reconfigure done rightPavel Machek
2000-05-10ipa_same does not exist.Pavel Machek
2000-05-10Nicer messages from rip.Pavel Machek
2000-05-10Use ea_get_int instead of ea_find.Pavel Machek
2000-05-10Destroying of neighbor moved from 'hello' to 'neighbor' andOndrej Filip
improved.
2000-05-10Reconfigure hook copied from bgp.Pavel Machek
2000-05-10Send first udpate sooner.Pavel Machek
2000-05-10Only announce change to main routing table if it is better than current.Pavel Machek
2000-05-10Better dumping.Ondrej Filip
2000-05-10Don't touch used memory.Pavel Machek
2000-05-10Bugfix in ip_addr endianity.Ondrej Filip
2000-05-10Killed unused variable.Pavel Machek
2000-05-10Bug in (B)DR election fixed.Ondrej Filip
2000-05-10You can now say "mode multicast".Pavel Machek
2000-05-10Change u32 to ip_addr in ext lsa.Ondrej Filip
2000-05-10Calculation of external routes.Ondrej Filip
2000-05-10Fix segfaults by using new ea_get_int.Pavel Machek
2000-05-09FIXME's removed by deleting them. :-)Ondrej Filip
2000-05-09Premature aging of self-originated LSA received in flooding.Ondrej Filip
2000-05-09Better dumping.Ondrej Filip
2000-05-09Bugfix in lsrt slist adding.Ondrej Filip
2000-05-09Flushing of old LSAs added.Ondrej Filip
2000-05-09Backup seen is not called so often.Ondrej Filip
2000-05-09Don't send flushed LSAs.Ondrej Filip
2000-05-09Many bugfixes. (I added one entry twice to slist.)Ondrej Filip
Debug cleanup. Retransmiting of unacknolegded LSAs
2000-05-09Many bugfixes. Actually, how could this ever work? :-)Ondrej Filip
2000-05-09Bug fix in sending updates.Ondrej Filip