]> 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>
Wed, 31 Jan 2024 16:35:25 +0000 (17:35 +0100)
commit0c02b063293f742a16cafbbdc1ed24427c55151d
tree51d7f260d052db704a86ef9e2d161e839e61ae6d
parentb5c040d0cfe339478656b494f01c02a589fcf2f6
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