Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-06 | Fix birdcl async message handling | Tomas Hlavacek | |
Fix handling of async messafe in the bird light client. The async message may occure at the any moment so we need the client to liste for the message from server when it waits for user input. | |||
2013-03-19 | Fix birdcl questionmark handling | Tomas Hlavacek | |
Fix handling of questionmark handling in the bird light client. The questionmark should display help when it is the last non-blank character on command line. Otherwise the questionmark does not have any special meaning and it could be a part of a pattern. | |||
2013-03-19 | Add lightweight client - birdcl | Tomas Hlavacek | |
Restructure client/ subdir. Add two different flavors of client. The full featured birdc client code is in client/birdc/. The new light client birtcl is in client/birdcl/. Common sources of both clients are directly in client/. Rework on-line auto-completion in client/command.c to conditionally turn off ncurses-specific code. Add lightweight client without libreadline and ncurses dependencies - birdcl. The birdcl lacks support of history, on-line auto-completion and there are different implementations of "more" functionality and help on '?' press. New client operates in canonical terminal mode (apart from "more" display) and therefore all commands have to be executed by a return key including help commands (called by '?' character in the end of the line). Apart from these limitations the interaction style should be the same as for the full client - birdc. Build of birdcl is always on (independent on --enable-client parameter). | |||
2013-03-19 | Pull out independent routines from client_full.c | Tomas Hlavacek | |
Pull out routines for interacting with the server and interpreting internal commands which are not dependent on libreadline and ncurses libraries. This is a preparation step for a new lightweight birdc client. | |||
2013-03-19 | Rename client/client.c to client_full.c | Tomas Hlavacek | |
Rename client/client.c to client-full.c and change the Makefile accordingly. This is a preparation step for introducing a new lightweight client which should reuse as much code as possible from the old one but it should not depend on external libraries. Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com> | |||
2013-02-26 | Small typos fixed. | Ondrej Filip | |
2013-02-26 | Redundant lines removed. | Ondrej Filip | |
2013-02-25 | Default rounting table for 'show route export/preexport/protocol' is the one ↵ | Ondrej Filip | |
related to a respective protocol. | |||
2013-02-24 | Allow 1 sec RIP update. | Ondrej Filip | |
2013-02-22 | Use BIRD's ASSERT instead of assert.h | Ondrej Filip | |
2013-02-21 | Hotfix to solve an issue with delaying timers reported by Aleksey Chudov. | Ondrej Filip | |
2013-02-14 | I still believe that 0 == NULL, however this patch will make Santiago happy. :-) | Ondrej Filip | |
2013-02-12 | Allow submitting BIRD commands from UNIX shell even in restricted mode. | Ondrej Filip | |
2013-02-10 | Symbol names enclosed by apostrophes can contain DOTs. | Ondrej Filip | |
2013-02-10 | Route limits can be disabled - this makes sense for protocol templates | Ondrej Filip | |
2013-02-10 | A few semicolons added to decrease a number of warnings. | Ondrej Filip | |
2013-02-09 | Fixes handling of iface routes in static proto during reconfiguration. | Ondrej Zajicek | |
During reconfiguration, iface routes were installed even when iface was down. | |||
2013-02-08 | Implements router advertisements activated by received routes. | Ondrej Zajicek | |
The RAdv protocol could be configured to change its behavior based on availability of routes, e.g., do not announce router lifetime when a default route is not available. | |||
2013-01-12 | Fix missing documentation for one option. | Ondrej Zajicek | |
2013-01-11 | NEWS update.v1.3.9 | Ondrej Zajicek | |
2013-01-10 | Separate import and receive limits. | Ondrej Zajicek | |
They have different behavior w.r.t. filtered routes that are kept. | |||
2012-12-27 | Implements interface masks for choosing router id. | Ondrej Zajicek | |
Router ID could be automatically determined based of subset of ifaces/addresses specified by 'router id from' option. The patch also does some minor changes related to router ID reconfiguration. Thanks to Alexander V. Chernikov for most of the work. | |||
2012-12-26 | Implements undo command and optional timeout for configuration | Ondrej Zajicek | |
Several new configure command variants: configure undo - undo last reconfiguration configure timeout - configure with scheduled undo if not confirmed in timeout configure confirm - confirm last configuration configure check - just parse and validate config file | |||
2012-11-27 | Changes static route targets drop/reject to blackhole/unreachable. | Ondrej Zajicek | |
To be consistent with rest of BIRD and Linux. Old names are also allowed for compatibility. | |||
2012-11-27 | Removes some nonsense. | Ondrej Zajicek | |
2012-11-27 | Fixes setting of route attributes of type router id. | Ondrej Zajicek | |
2012-11-16 | NEWS and version update. | Ondrej Zajicek | |
2012-11-16 | Fixes route tracing w.r.t. kept filtered routes. | Ondrej Zajicek | |
2012-11-16 | Updates the documentation. | Ondrej Zajicek | |
2012-11-15 | Change unnamed ptp link description on OSPFv2. | Ondrej Zajicek | |
Although it is a slight deviation from the standard, it has no ill consequences for OSPFv2 and the change fixes a compatibility issue with some broken implementations. | |||
2012-11-15 | Changes 'rejected' to 'filtered' in one of the last patches. | Ondrej Zajicek | |
2012-11-12 | AS# in bgp.agreggator was a signed integer - fixed. | Ondrej Filip | |
2012-11-10 | Fixes OSPF reconfigure w.r.t. downed ifaces. | Ondrej Zajicek | |
2012-11-10 | Peer address of stub iface should be announced in OSPF Router LSA. | Ondrej Zajicek | |
2012-11-10 | Allows rejected routes to be kept and examined. | Ondrej Zajicek | |
When 'import keep rejected' protocol option is activated, routes rejected by the import filter are kept in the routing table, but they are hidden and not propagated to other protocols. It is possible to examine them using 'show route rejected'. | |||
2012-10-31 | Fixes another bug in OSPFv3 vlinks. | Ondrej Zajicek | |
2012-10-29 | Fixes sorting in OSPF show state. | Ondrej Zajicek | |
2012-10-29 | Fixes several bugs related to OSPFv3 vlinks. | Ondrej Zajicek | |
2012-08-29 | Fixes a bug in primary IP selection. | Ondrej Zajicek | |
2012-08-16 | Fixes a bug with neighbor cache and overlapping IP prefixes. | Ondrej Zajicek | |
When there are overlapping IP prefixes and one disappears, neighbors associated with it was removed even if there is another covering IP prefix. | |||
2012-08-08 | DragonFly support add - thanks to john@marino.st | Ondrej Filip | |
2012-08-07 | Merge branch 'master' of ssh://git.nic.cz/birdv1.3.8 | Ondrej Filip | |
2012-08-07 | NEWS and version update. | Ondrej Zajicek | |
2012-08-06 | Some minor fixes. | Ondrej Zajicek | |
2012-08-06 | Fixes BGP subcode during global shutdown. | Ondrej Zajicek | |
2012-07-26 | Fixes default route in OSPF multiple area setting. | Ondrej Zajicek | |
2012-07-24 | Documentation update, | Ondrej Zajicek | |
2012-07-22 | RDNSS and DNSSL documentation for RAdv. | Ondrej Zajicek | |
2012-07-20 | Allows to redefine master table. | Ondrej Zajicek | |
2012-07-18 | Rename sk_new() to avoid name collision with OpenSSL. | Ondrej Zajicek | |