Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx authored Sep 10, 2021
1 parent 43dcea3 commit 4d70224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgkex/worker/netlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +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]
NDA_IFINDEX=ip.link_lookup(ifname=client.wg_interface)[0],
)


Expand Down

0 comments on commit 4d70224

Please sign in to comment.