- 22 May, 2009 1 commit
-
-
Ondřej Zajíček authored
-
- 21 May, 2009 1 commit
-
-
Ondřej Zajíček authored
-
- 13 May, 2009 1 commit
-
-
Ondřej Zajíček authored
-
- 11 May, 2009 2 commits
-
-
Ondrej Filip authored
-
Ondrej Filip authored
-
- 10 May, 2009 2 commits
-
-
Ondrej Filip authored
-
Ondřej Zajíček authored
-
- 08 May, 2009 1 commit
-
-
Ondřej Zajíček authored
Independent sessions on netlink sockets mixed state in some common variables.
-
- 06 May, 2009 2 commits
-
-
Ondřej Zajíček authored
Allows to add more interface patterns to one common 'options' section like: interface "eth3", "eth4" { options common to eth3 and eth4 }; Also removes undocumented and unnecessary ability to specify more interface patterns with different 'options' sections: interface "eth3" { options ... }, "eth4" { options ... };
-
Ondřej Zajíček authored
-
- 04 May, 2009 2 commits
-
-
Ondrej Filip authored
FreeBSD coded added. BSD cannot set BGP passwords itself. This has to be done by external command.
-
Ondrej Filip authored
-
- 29 Apr, 2009 2 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
When sending 'third party' BGP update, Bird used bogus link local addresses instead of addresses it received before.
-
- 28 Apr, 2009 5 commits
-
-
Ondřej Zajíček authored
options.
-
Ondrej Filip authored
-
Ondrej Filip authored
-
Ondrej Filip authored
-
Ondřej Zajíček authored
-
- 23 Apr, 2009 4 commits
-
-
Ondřej Zajíček authored
Also removes code skipping SNPAs (obsoleted by newer RFCs, should be ignored).
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
- 17 Apr, 2009 2 commits
-
-
Ondřej Zajíček authored
Under specific circumstances there might be two mixed-up netlink sessions (one for scan, the other for route change request). This patch separates netlink scans and requests to two fds (and seq counters). This should fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428865
-
Ondřej Zajíček authored
Old AS path maching supposes thath AS number appears only once in AS path, but that is not true. It also contains some bugs related to AS path sets. New code does not use any assumptions about semantic structure of AS path. It is asymptotically slower than the old code, but on real paths it is not significant. It also allows '?' for matching one arbitrary AS number.
-
- 08 Apr, 2009 1 commit
-
-
Ondřej Zajíček authored
Cryptographic authentication in OSPF is defective by design - there might be several packets independently sent to the network (for example HELLO, LSUPD and LSACK) where they might be reordered and that causes crypt. sequence number error. That can be workarounded by not incresing sequence number too often. Now we update it only when last packet was sent before at least one second. This can constitute a risk of replay attacks, but RFC supposes something similar (like time in seconds used as CSN).
-
- 06 Apr, 2009 2 commits
-
-
Ondřej Zajíček authored
If a DBDES packet from a master to a slave is lost, then the old code does not retransmit it and instead send a next one with the same sequence number. That leads to silent desynchronization of LSA databases.
-
Ondřej Zajíček authored
Replaces old OSPF packet tracing messages with uniform messages with packet dumps.
-
- 31 Mar, 2009 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Prefix sets were broken beyond any repair and have to be reimplemented. They are reimplemented using a trie with bitmasks in nodes. There is also change in the interpretation of minus prefix pattern, but the old interpretation was already inconsistent with the documentation and broken. There is also some bugfixes in filter code related to set variables.
-
- 25 Mar, 2009 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Routes comming through pipe from primary to secondary table were filtered by both EXPORT and IMPORT filters, but they should be only filtered by EXPORT filters.
-
Ondřej Zajíček authored
Missing macro leads to not calling some of protocol's callbacks.
-
- 20 Mar, 2009 1 commit
-
-
Ondřej Zajíček authored
KRF_INSTALLED flag was not cleared during reconfiguration that lead to not removing routes during reconfigure when export rules changed. We also should not try to remove routes we didi not installed, on Linux this leads to warnings (as kernel checks route source field and do not allow to remove non-bird routes) but we should not rely on it.
-
- 18 Mar, 2009 1 commit
-
-
Ondřej Zajíček authored
AS4 optional attribute errors were handled by session drop (according to BGP RFC). This patch implements error handling according to new BGP AS4 draft (*) - ignoring invalid AS4 optional attributes. (*) http://www.ietf.org/internet-drafts/draft-chen-rfc4893bis-02.txt
-
- 14 Mar, 2009 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
- 13 Mar, 2009 1 commit
-
-
Ondřej Zajíček authored
-