Maria Matejka
ffba45657e
Merge commit 'fc2b4b26' into thread-merge-2.16
...
Actually, completely rewritten the original patch as in v3, the logging
initialization is much more complex and requires allocation.
This way, to bootstrap properly, the logger has a pre-defined log target
to stderr.
2024-11-29 12:05:40 +01:00
Maria Matejka
cd63810e4e
Merge commit '997d2f57' into thread-merge-2.16
2024-11-29 11:43:49 +01:00
Maria Matejka
2936e15b28
Merge commit '49be4a03' into thread-merge-2.16
2024-11-29 11:30:59 +01:00
Maria Matejka
caa5e7907a
Conf: build fix for older bisons
...
Typed blocks are probably a too new extension to rely on.
2024-11-29 11:27:30 +01:00
Maria Matejka
1b0ffdf80e
Merge commit '82d57fb7' into thread-merge-2.16
2024-11-29 11:26:18 +01:00
Maria Matejka
c1ad3e58c0
Merge commit '38195ac6' into thread-merge-2.16
2024-11-29 10:49:53 +01:00
Maria Matejka
145fcd3180
Merge commit 'c7e843c1' into thread-merge-2.16
2024-11-29 10:28:19 +01:00
Maria Matejka
2e1ff4b230
Merge commit '294d363d' into thread-merge-2.16
2024-11-29 10:26:52 +01:00
Maria Matejka
14bc1fc4c1
Merge commit '1002c35b' into thread-merge-2.16
2024-11-29 10:25:59 +01:00
Maria Matejka
baf963973d
Merge commit '80ca0ed2' into thread-merge-2.16
...
Fixed a nasty merge conflict with bgp_origin serving double duty
as both an attribute and enum name.
2024-11-29 10:20:08 +01:00
Maria Matejka
e0b1826b7c
Merge commit '072821e5' into thread-merge-2.16
2024-11-28 12:44:04 +01:00
Maria Matejka
2b1e4b0724
Merge commit 'a70ecade' into thread-merge-2.16
2024-11-28 12:43:52 +01:00
Maria Matejka
52a11170fe
Merge commit '39e75b87' into thread-merge-2.16
2024-11-28 12:43:43 +01:00
Maria Matejka
ce199382ea
Merge commit '163ab313' into thread-merge-2.16
2024-11-28 12:23:27 +01:00
Maria Matejka
c0dfd4dc3b
Merge commit '8dc2a36a' into thread-merge-2.16
2024-11-28 12:23:14 +01:00
Maria Matejka
44efc912d5
Merge commit '5daec239' into thread-merge-2.16
2024-11-28 12:19:27 +01:00
Maria Matejka
b4bd406795
Merge commit 'acbdc29d' into thread-merge-2.16
2024-11-28 12:18:44 +01:00
Maria Matejka
ac30445f4f
Merge commit 'c9836207' into thread-merge-2.16
2024-11-28 12:08:52 +01:00
Maria Matejka
3bbe0ec251
Merge commit 'df22b314' into thread-merge-2.16
2024-11-28 12:08:43 +01:00
Maria Matejka
eba3a26537
Merge commit '08ff0af8' into thread-merge-2.16
2024-11-28 12:07:30 +01:00
Maria Matejka
281e41026e
Merge commit 'f3b6661d' into thread-merge-2.16
2024-11-28 12:00:45 +01:00
Maria Matejka
1ce352ebf5
Merge commit 'a95fff37' into thread-merge-2.16
2024-11-28 10:57:37 +01:00
Maria Matejka
ac0cdf3ad4
Merge commit '09f50f37' into thread-merge-2.16
2024-11-28 10:02:07 +01:00
Maria Matejka
e6242ef948
Merge commit '8a40bccf' into thread-merge-2.16
2024-11-28 09:36:33 +01:00
Maria Matejka
cbd986cd35
Merge commit '00b139bd' into thread-merge-2.16
2024-11-28 09:28:34 +01:00
Maria Matejka
029e6c7e1e
Merge commit 'a5b4c21d' into thread-merge-2.16
2024-11-28 09:08:32 +01:00
Maria Matejka
2af438a9bf
Merge commit '2d6fb31c' into thread-merge-2.16
2024-11-28 09:07:23 +01:00
Maria Matejka
ce2ecbdcb6
Merge commit 'e29f134a' into thread-merge-2.16
2024-11-28 09:04:31 +01:00
Maria Matejka
402d07bccd
Merge commit '280daed5' into thread-merge-2.16
2024-11-28 09:02:59 +01:00
Maria Matejka
b8f7200ee9
Merge commit 'bc10975a' into thread-merge-2.16
2024-11-28 08:56:27 +01:00
Maria Matejka
d73d861f0c
Merge commit '08571b20' into thread-merge-2.16
2024-11-28 08:22:06 +01:00
Ondrej Zajicek
fc2b4b26a6
Fixed crash if logging happened in unit tests
...
The patch initializes logging in unit tests. Previously, unit tests did
not initialize logging and other subsystems, just resources. But
resource_init() could under certain circumstances trigger logging and
cause crash.
The bug was Found by Jakub Ruzicka, dissected by David Petera and Maria
Matejka, disguised as failing build for Debian arm64 in pbuilder
emulation which did not like disabling THP.
Fixes #42 .
2024-11-27 04:15:16 +01:00
Maria Matejka
997d2f578e
ASPA: Unified the ASPA_INVALID into one result
...
The _EMPTY and _CONFED variants are easy to spot bare-eyed from the AS path.
2024-11-26 20:33:28 +01:00
Maria Matejka
01377599da
RPKI: Polishing of ASPA syntax and documentation
2024-11-26 18:11:39 +01:00
Ondrej Zajicek
fb919ac2a2
RPKI: Fix PDU length check
...
The END_OF_DATA PDU was extended in version 1, so it has different length
in different versions. We should do the PDU length check according to its
version.
2024-11-26 17:52:51 +01:00
Maria Matejka
e330fb1614
RPKI: added documentation and RTR version config options
2024-11-26 04:47:33 +01:00
Katerina Kubecova
fa65e06372
RPKI: protocol version 2, loading ASPA
...
Implemented draft-ietf-sidrops-8210bis-16, interoperable with StayRTR
development branches.
2024-11-26 04:14:36 +01:00
Maria Matejka
1dd21f6024
Netlink: Fixed handling of undefined bitfields in filters
...
The default value is obviously false everywhere so we just return zero
if nothing is found, instead of undef.
2024-11-25 17:14:32 +01:00
Maria Matejka
7491cdbd1d
Filter: multi-command case branches now need braces.
...
Removing an exception from the otherwise quite systematic syntax.
Closes #111 .
2024-11-25 17:06:24 +01:00
Katerina Kubecova
99fa1f01a4
rt-show.c: fixed OBSREF_SET after cf_error(), changed message when 'show route export' called on static protocol
2024-11-25 17:06:24 +01:00
Maria Matejka
3f4332f0bd
Protocol restart timer reworked.
...
The restart timer was racy and didn't allow for immediate restarts
from limits. Now the protocols stores the last restart time and in case
of too frequent autorestarts caused by exceeded limits, the protocol
gets disabled with an error message.
Also now there is a configuration knob for this.
2024-11-25 17:06:24 +01:00
Maria Matejka
53431ff679
Hash test spurious fail fixed
...
There was a race condition in the test itself,
causing the test reader access data after free.
2024-11-25 09:44:00 +01:00
Maria Matejka
2956faf5a6
Protocol and BGP state information cleanup and fixes
...
There were some nasty problems with deferred protocol state updates and
race conditions on BGP startup, shutdown, and also with referencing the
cached states.
Now it looks fixed.
2024-11-24 22:51:08 +01:00
Maria Matejka
e654efd354
Debug option for ea_free
2024-11-24 22:49:39 +01:00
Maria Matejka
6ba06dc4df
Deferred call may need to be returned for future cleanups
2024-11-24 22:49:35 +01:00
Katerina Kubecova
77dee46e98
BMP: updated to v3 API
2024-11-21 10:29:10 +01:00
Maria Matejka
d2ad795c1e
BGP: protocol specific state information cleanup
2024-11-21 09:21:29 +01:00
Maria Matejka
74800729c0
Proto: The active flag converted to actual fifth protocol state
...
What was PS_DOWN before, is now PS_DOWN and PS_FLUSH.
2024-11-18 22:21:12 +01:00
Katerina Kubecova
7889f0c25b
Neighbor locking: forgotten neighbors to unlink are actually a bug.
...
These may cause runaway pointers.
2024-11-18 10:09:36 +01:00
Katerina Kubecova
ca5ed6997c
nest/cli: fixup - empty printing in birdc does not freeze
2024-11-15 10:04:51 +01:00