- 10 Nov, 1999 8 commits
-
-
Pavel Machek authored
-
Pavel Machek authored
Mj's noassoc removed: this brings back shift/reduce conflict but it makes parser actually work. Mj please check it. IF/THEN/ELSE still will not work.
-
Pavel Machek authored
-
Martin Mareš authored
-
Pavel Machek authored
-
Martin Mareš authored
heavily simplified since we don't need asynchronous walking).
-
Pavel Machek authored
few fixmes.
-
Martin Mareš authored
-
- 04 Nov, 1999 9 commits
-
-
Pavel Machek authored
-
Pavel Machek authored
Set correct nexthop on outgoing packets.
-
Pavel Machek authored
-
Pavel Machek authored
-
Pavel Machek authored
-
Martin Mareš authored
-
Martin Mareš authored
-
Pavel Machek authored
-
Martin Mareš authored
-
- 03 Nov, 1999 3 commits
-
-
Pavel Machek authored
-
Pavel Machek authored
-
Ondřej Filip authored
Preparing for building LDA database.
-
- 31 Oct, 1999 3 commits
-
-
Martin Mareš authored
-
Martin Mareš authored
we want to allow filter and similar complex constructs to be used in commands and we should avoid code duplication), only with CLI_MARKER token prepended before the whole input. Defined macro CF_CLI(cmd, args, help) for defining CLI commands in .Y files. The first argument specifies the command itself, the remaining two arguments are copied to the help file (er, will be copied after the help file starts to exist). This macro automatically creates a skeleton rule for the command, you only need to append arguments as in: CF_CLI(STEAL MONEY, <$>, [[Steal <$> US dollars or equivalent in any other currency]]): NUM { cli_msg(0, "%d$ stolen", $3); } ; Also don't forget to reset lexer state between inputs.
-
Martin Mareš authored
-
- 29 Oct, 1999 6 commits
-
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
for processing in next event cycle. This can be used to prevent background actions (hint: user commands) from hogging the CPU for too long time.
-
Martin Mareš authored
-
Martin Mareš authored
autoconf.h is now written to obj/sysdep, the source tree is hopefully completely read-only now.
-
Martin Mareš authored
-
- 28 Oct, 1999 1 commit
-
-
Pavel Machek authored
-
- 19 Oct, 1999 1 commit
-
-
Ondřej Filip authored
-
- 18 Oct, 1999 1 commit
-
-
Ondřej Filip authored
It should be cleaner now, I'm preparing for file splitting. Maybe I added some minor bugs. :-(
-
- 12 Oct, 1999 3 commits
-
-
Pavel Machek authored
Will we ever able to generate packets saying "route 1.2.3.4 using someone else"?
-
Martin Mareš authored
-
Pavel Machek authored
variables. TODO list added, hopefully complete. Use new features of filters in bird.conf
-
- 11 Oct, 1999 1 commit
-
-
Pavel Machek authored
-
- 07 Oct, 1999 3 commits
-
-
Pavel Machek authored
-
Pavel Machek authored
-
Pavel Machek authored
-
- 02 Oct, 1999 1 commit
-
-
Martin Mareš authored
-