Skip to content

Commit

Permalink
Merge pull request #64 from freifunkMUC/add_via
Browse files Browse the repository at this point in the history
Add via interface
  • Loading branch information
awlx authored Sep 10, 2021
2 parents 01af70a + 4d70224 commit 9ee59e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgkex/worker/netlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def bridge_fdb_handler(client: WireGuardClient) -> Dict:
ifindex=ip.link_lookup(ifname=client.vx_interface)[0],
lladdr="00:00:00:00:00:00",
dst=re.sub(r"/\d+$", "", client.lladdr),
NDA_IFINDEX=ip.link_lookup(ifname=client.wg_interface)[0],
)


Expand Down

0 comments on commit 9ee59e6

Please sign in to comment.