- Apr 13, 2024
-
-
Maria Matejka authored
-
- Apr 01, 2024
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Move 'flags' field back to ea_class, so filtering code can use it to initialize route attribute flags when set by filters.
-
- Mar 28, 2024
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
(No need for deprecated names in BIRD 3.)
-
Ondřej Zajíček authored
Fix missing route lookup, causing crash when accessing route attribute. Also fix additional space in bitfield formatting.
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
(empty merge, no fix needed in thread-next)
-
Ondřej Zajíček authored
This reverts commit 000dbf73.
-
Ondřej Zajíček authored
-
- Mar 27, 2024
-
-
Ondřej Zajíček authored
MPLS labels in hostentry should be printed with 'mpls' keyword instead of 'labels' to be consistent with the rest of the 'show route' output.
-
Ondřej Zajíček authored
When hostentry is printed, it should show the table in which the nexthop is resolved, not the dependend one.
-
- Mar 22, 2024
-
-
Ondřej Zajíček authored
BFD requires defined local IP, but for nexthop with onlink there might not be such address. So we reject this combination of nexthop options. This prevent crash where such combination of options is used.
- Mar 21, 2024
-
-
Ondřej Zajíček authored
This reverts commit 31aa62ae.
-
Ondřej Zajíček authored
-
- Mar 19, 2024
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
- Mar 11, 2024
-
-
- Mar 10, 2024
-
- Mar 05, 2024
-
-
Ondřej Zajíček authored
We can easily extend command completion to handle also keywords for command options. Help for command options is not yet supported.
-
Ondřej Zajíček authored
Add route attribute gw_mpls_stack to make MPLS stack of route nexthop accessible from filters. Its type is T_CLIST, which is really not correct (as it is a list, while T_CLIST is a set). Therefore, we keep this attribute *undocumented* and it will be *changed* without further notice. Based on a patch from Trisha Biswas <tbiswas@fastly.com>, thanks!
-
Ondřej Zajíček authored
Add several arguments to 'show bfd sessions' command to filter the list of sessions.
-
- Mar 04, 2024
-
-
Ondřej Zajíček authored
-
-
-
- Feb 22, 2024
-
-
Allow to explicitly configure the source IP address for RPKI-To-Router sessions. Predictable source addresses are useful for minimizing the holes to be poked in ACLs. Changed from 'source address' to 'local address' by committer.
-
- Feb 20, 2024
-
-
Ondřej Zajíček authored
BGP route attributes have flags (Optional, Transitive) that are validated on decode and set to valid value on export. But if such attribute is modified by filter or set internally by BGP during import, then its flags would be zero in local tables. That usually does not matter, as they are not used locally and they were fixed on export, but invalid flags leaked in BMP and MRT dumps. Keep route attribute flags set to valid values even when set by filters or modified by BGP.
-
- Feb 18, 2024
-
-
IANA registered an "Early Allocation" BGP Error code for 'Send Hold Timer Expired' event. Update BIRD to use that error code.
-
- Feb 16, 2024
-
-
Ondřej Zajíček authored
Allow to define both nexthop and interface using iproute2-like syntax, e.g.: route 10.0.0.0/16 via 10.1.0.1 dev "eth0"; Now we can avoid to use link-local scope hack (e.g. 10.1.0.1%eth0) for cases where both nexthop and interface have to be defined. Thanks to Marcin Saklak for the suggestion.
-
Ondřej Zajíček authored
BIRD route attribute for RTAX_SSTHRESH metric was krt_sstresh instead of krt_ssthresh. Fix that and keep old name as an depreacted alias.
-