Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-17 | rte_better implemented. | Ondrej Filip | |
2000-05-17 | Finished cleanng up mess: multiplication reinstalled. | Pavel Machek | |
2000-05-17 | Don't die, if you receive strange LSA. | Ondrej Filip | |
2000-05-17 | Typo in comment. | Ondrej Filip | |
2000-05-17 | Downing of interface should work. | Ondrej Filip | |
2000-05-17 | Calculation of external routes finally works. | Ondrej Filip | |
2000-05-17 | Ehmm, removed 'if(1 || ...' so I can test the second part . | Ondrej Filip | |
2000-05-17 | Fixed the horrible mess Pavel has created with his last commit. | Martin Mares | |
2000-05-17 | Routing table calculation for ext LSAs having next-hop=!0.0.0.0 | Ondrej Filip | |
2000-05-16 | Line numbers for runtime errors (what's wrong with cvs? I could not | Pavel Machek | |
commit this from home) | |||
2000-05-16 | More additions to documentation and spellchecking. | Pavel Machek | |
2000-05-16 | Turned off LOCAL_DEBUG. | Martin Mares | |
2000-05-16 | Fixed incorrect error message about router ID syntax. | Martin Mares | |
2000-05-16 | Interface dummy is too strange for me... but psst, that's secret. | Pavel Machek | |
2000-05-16 | Poisoning: take there... | Martin Mares | |
2000-05-16 | Don't segfault when someone adds passwords. | Pavel Machek | |
2000-05-16 | Password same now actually works | Pavel Machek | |
2000-05-16 | Rip should now reconfigure itself only if needed. | Pavel Machek | |
2000-05-16 | Resolved shift/reduce conflict | Pavel Machek | |
2000-05-16 | Oops, the poison was too deadly... | Martin Mares | |
2000-05-16 | Added poisoning of free'd objects when we're debugging. | Martin Mares | |
2000-05-16 | Don't log state changes if nothing user-visible has changed. | Martin Mares | |
2000-05-16 | When in persist mode, don't delete routes from kernel tables even if | Martin Mares | |
they cease to exist in our routing tables due to protocols having shut down. | |||
2000-05-15 | Allow other operations than +. | Pavel Machek | |
2000-05-15 | bgp_get_status: If protocol is down, don't print BGP state. | Martin Mares | |
2000-05-15 | Allow accessing defined symbols. | Pavel Machek | |
2000-05-15 | Changed syntax of expressions. Each `expr' can be now either a numeric literal | Martin Mares | |
or a symbol or parenthesised filter expression. | |||
2000-05-15 | Use new eval mechanism for testing filters. | Pavel Machek | |
2000-05-15 | Cleanup 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-15 | Got rid of startup functions and filters_postconfig(). | Martin Mares | |
By the way, how do you expect pointers to fit in an int? | |||
2000-05-15 | Added f_eval_int() and EVAL configuration command. | Martin Mares | |
2000-05-13 | Added `show route for <prefix-or-ipa>' which looks up route leading to | Martin Mares | |
given network. | |||
2000-05-13 | Added fib_route() which does (although very slow) lookup of longest-match | Martin Mares | |
routing in a FIB. | |||
2000-05-13 | Added prefix_or_ipa. | Martin Mares | |
2000-05-13 | Unified parsing of prefixes. | Martin Mares | |
Had to rename `prefix' in filters to `fprefix'. | |||
2000-05-13 | Adapted to new rt_notify semantics. | Martin Mares | |
2000-05-13 | Manual enable/disable works right. | Martin Mares | |
2000-05-13 | Changed semantics of the rt_update hook. The attribute list we pass now | Martin Mares | |
contains all attributes, not just the temporary ones. This avoids having to merge the lists inside protocols or doing searches on both of them. Also, do filtering of routes properly. (I'd like to avoid it, but it's needed at least in the krt protocol.) | |||
2000-05-12 | Documentation fixes suggested by mj | Pavel Machek | |
2000-05-12 | Calculation of external routes works. :-) | Ondrej Filip | |
2000-05-12 | Minor changes. | Ondrej Filip | |
2000-05-12 | Bugfix in flooding. (bad size) | Ondrej Filip | |
Better debugging. More robust in receiving. | |||
2000-05-12 | Better debugging. | Ondrej Filip | |
More robust. | |||
2000-05-11 | Bugfix in network LSA originating. | Ondrej Filip | |
2000-05-11 | Updated README, generating the first alpha release. | Martin Mares | |
2000-05-11 | Multicast problems should be gone, although the fix is Linux only and we'll | Martin Mares | |
need to figure out something better when working on new ports. | |||
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 | If a broadcast address is missing, go fake one. | Martin Mares | |
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 | Critical files from linuxdoc1 distribution checked in. | Pavel Machek | |