Skip to content

Commit 9ee59e6

Browse files
authored
Merge pull request #64 from freifunkMUC/add_via
Add via interface
2 parents 01af70a + 4d70224 commit 9ee59e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wgkex/worker/netlink.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def bridge_fdb_handler(client: WireGuardClient) -> Dict:
119119
ifindex=ip.link_lookup(ifname=client.vx_interface)[0],
120120
lladdr="00:00:00:00:00:00",
121121
dst=re.sub(r"/\d+$", "", client.lladdr),
122+
NDA_IFINDEX=ip.link_lookup(ifname=client.wg_interface)[0],
122123
)
123124

124125

0 commit comments

Comments
 (0)