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
/
nest
/
a-path.c
Age
Commit message (
Expand
)
Author
2019-11-04
BGP: Add option to reject AS_SETs
Ondrej Zajicek (work)
2019-08-06
Filter: Allow to use set constants / expressions in path masks
Ondrej Zajicek (work)
2019-08-06
Filter: Allow to use sets in path masks
Ondrej Zajicek (work)
2019-07-03
Removed obsolete comment at as_path_cut()
Maria Matejka
2019-02-20
Filter: merged filter instruction constructors, counting line size on instruc...
Maria Matejka
2019-02-20
Filters: split the large filter.h file to smaller files.
Maria Matejka
2019-02-20
Filter refactoring: dropped the recursion from the interpreter
Maria Matejka
2018-09-18
No more warnings ...
Jan Maria Matejka
2018-03-14
Merge branch 'master' into int-new
Jan Maria Matejka
2018-03-14
Filter: make bgpmask literals real constructors
Jan Maria Matejka
2018-02-07
Nest: Trivial whitespace cleanup
Ondrej Zajicek (work)
2017-01-22
BGP: Support for AS confederations (RFC 5065)
Ondrej Zajicek (work)
2016-12-07
BGP redesign
Ondrej Zajicek (work)
2016-11-30
nest/a-path.c: Fix description of BS constant (block size)
Pavel Tvrdik
2016-11-09
Unit Testing for BIRD
Ondrej Zajicek (work)
2016-11-01
Build: switch on -Wextra, get rid of most of the warnings
Jan Moskyto Matejka
2016-06-08
Add AS# ranges to bgpmask.
Ondrej Filip
2016-02-16
Filter: Implement last_nonaggregated operator on bgp_path
Ondrej Zajicek (work)
2015-06-08
unsigned [int] -> uint
Pavel TvrdĂk
2013-10-21
Implements 'allow local as' option.
Ondrej Zajicek
2013-08-15
Extends delete/filter operators to work no bgp_paths.
Ondrej Zajicek
2013-07-09
Implements 'bgppath ~ int set' filter op.
Ondrej Zajicek
2012-04-30
Cleanup in sysdep KRT code, part 2.
Ondrej Zajicek
2010-02-21
Fix configure to enable warnings and fix most of them.
Ondrej Zajicek
2009-12-14
Remove bgp_as4_support variable.
Ondrej Zajicek
2009-10-12
Rename as_path_get_last/as_path_get_first to be consistent.
Ondrej Zajicek
2009-08-27
Some cleanups.
Ondrej Zajicek
2009-08-25
Fixes bug related to AS2->AS4 conversion.
Ondrej Zajicek
2009-06-01
Adds support for dynamic pair and bgp mask expressions.
Ondrej Zajicek
2009-04-17
Rewrite of buggy AS path matching.
Ondrej Zajicek
2009-02-21
Fix bug in empty bgp mask handling
Ondrej Zajicek
2008-11-16
Fix bug in AS path matching
Ondrej Zajicek
2008-10-26
Bugfixes in MULIT_EXIT_DISC attribute handling.
Ondrej Zajicek
2008-10-26
Implementation of 4B ASN support for BGP
Ondrej Zajicek
2002-11-13
Added missing semicolons.
Martin Mares
2000-05-19
Added as_path_get_first().
Martin Mares
2000-05-04
Removed a lot of unused variables.
Martin Mares
2000-04-27
Fixed stupid bug in as_path_format().
Martin Mares
2000-04-26
Whitespace changes.
Pavel Machek
2000-04-17
Aesthetical tweaks (asterisk spells `asterisk' etc.)
Martin Mares
2000-04-17
as_path_match moved to a-path.c
Pavel Machek
2000-04-17
Path_getlen moved to nest and length was made callable from filters.
Pavel Machek
2000-04-17
Printing of AS paths and community sets.
Martin Mares
2000-04-17
Created nest/a-path.c and a-set.c which should contain general operations
Martin Mares