index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
conf
/
cf-lex.l
Age
Commit message (
Expand
)
Author
2009-03-14
New syntax for bgp_path
Ondrej Zajicek
2009-01-27
New syntax for bgp_path
Ondrej Zajicek
2000-06-08
Fixes for the programmer's manual.
Martin Mares
2000-06-07
Fixes to the progdoc.
Martin Mares
2000-06-07
Spelling fixes to progdoc.
Martin Mares
2000-06-04
Nested scopes could never have worked. My fault I wrote such a buggy code,
Martin Mares
2000-06-04
Moved parser docs to cf-lex.l, so that the parser compiles.
Martin Mares
2000-06-03
Documentation.
Martin Mares
2000-06-03
cf_symbol_class_name now recognizes SYM_IPA.
Martin Mares
2000-06-01
Added && and ||.
Pavel Machek
2000-05-30
Recognize `!'.
Martin Mares
2000-05-25
Use ? in path matching to avoid /* trap.
Pavel Machek
2000-04-28
Include CF_HDR section in keywords.h as well, so that protocol symbols
Martin Mares
2000-03-31
Include "lib/string.h" instead of <string.h>. It should give us bzero()
Martin Mares
2000-03-10
Fix <=, >=, !=
Pavel Machek
2000-01-19
Split off general commands to cmds.c.
Martin Mares
2000-01-17
Separated `official protocol names' used in status dumps from name templates
Martin Mares
2000-01-16
When a quoted string is encountered, don't forget to copy it to the
Martin Mares
1999-12-02
Avoid `default rule can be matched' warning in CLI state.
Martin Mares
1999-11-30
Lexer supports fallback symbol tables and uses them to recognize
Martin Mares
1999-11-15
Defined CF_ENUM.
Martin Mares
1999-11-04
Symbols are not scoped.
Martin Mares
1999-11-03
You should not follow next two times.
Pavel Machek
1999-10-31
Parse CLI commands. We use the same parser as for configuration files (because
Martin Mares
1999-08-03
Basic support for IPv6. The system-dependent part doesn't work yet,
Martin Mares
1999-05-17
Implemented two new symbol handling functions:
Martin Mares
1999-04-12
Sets of integers now actually work. Sets of IP will work as soon as
Pavel Machek
1999-04-07
Filters upgraded - a bit. Moved code to filter.c because it is where
Pavel Machek
1999-03-29
After today's lengthy discussions about filter syntax, let's clean up
Martin Mares
1999-03-26
Slightly better generator of default protocol instance names.
Martin Mares
1999-02-13
'#' comments in config files are equivalent to end of line, therefore
Martin Mares
1999-02-05
Implemented new configuration/reconfiguration interface and defined protocol
Martin Mares
1999-01-15
#if 1 that creeped into cvs killed.
Pavel Machek
1999-01-15
Filters added. They are unable to do anything interesting for now
Pavel Machek
1999-01-10
New makefiles. Includes support for out-of-source-tree builds.
Martin Mares
1998-12-06
cf_error() now accepts any format strings instead of just an error
Martin Mares
1998-12-06
Name cleanups as suggested by Pavel:
Martin Mares
1998-11-29
Created new functions for allocating configuration data:
Martin Mares
1998-11-27
Trivial 15-line bison excercise: Implemented expressions including
Martin Mares
1998-11-27
Added generator of default names.
Martin Mares
1998-11-27
Lexical analyser.
Martin Mares