]> git.ipfire.org Git - thirdparty/bird.git/commit
Bridge: Linux bridge interface - preliminary support
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 30 Oct 2023 00:50:14 +0000 (01:50 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 14 Jun 2025 20:55:32 +0000 (22:55 +0200)
commit6833516f6a93a6531c0aa4091cce5cf54ad332c5
tree01d973bdb19ad1e80377584ccf3594887db5c771
parentdc43a79ac43387dddade7c51fc7d1bb1719089b0
Bridge: Linux bridge interface - preliminary support
configure.ac
nest/protocol.h
nest/route.h
nest/rt-attr.c
proto/bridge/Doc [new file with mode: 0644]
proto/bridge/Makefile [new file with mode: 0644]
proto/bridge/bridge.c [new file with mode: 0644]
proto/bridge/bridge.h [new file with mode: 0644]
proto/bridge/config.Y [new file with mode: 0644]
sysdep/linux/netlink.c