0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00
bird/proto
Ondrej Zajicek c3335b5044 Static: Allow to define both nexthop and interface
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.
2024-02-16 18:44:40 +01:00
..
aggregator Aggregator: Forbidden dangerous filter computations 2023-09-26 15:46:24 +02:00
babel Nest: Treat VRF interfaces as inside respective VRFs 2023-08-23 16:08:40 +02:00
bfd Trivial code cleanups 2024-01-22 06:29:14 +01:00
bgp BGP: Allow multiple EBGP neighbors with the same peer. 2024-02-07 19:11:10 +01:00
bmp BMP: Improve peer_down handling 2023-08-22 01:26:06 +02:00
l3vpn MPLS: Update to support and use 64bit source id 2023-10-04 15:00:24 +02:00
mrt Nest: Expand rte_src.private_id to u64 2023-10-02 15:09:30 +02:00
ospf Trivial code cleanups 2024-01-22 06:29:14 +01:00
perf Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
pipe BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
radv Structures bytestring and adata merged into adata. 2023-09-20 14:03:05 +02:00
rip Trivial code cleanups 2024-01-22 06:29:14 +01:00
rpki RPKI: Fix conflict in config grammar 2023-08-25 04:32:01 +02:00
static Static: Allow to define both nexthop and interface 2024-02-16 18:44:40 +01:00
Doc BMP protocol support 2023-04-16 20:05:15 +02:00