netbird/client/internal/acl/mocks
Givi Khojanashvili ef59001459
Fix routes allow acl rule (#940)
Modify rules in iptables and nftables to accept all traffic not from netbird network but routed through it.
2023-06-07 15:24:27 +02:00
..
iface_mapper.go Fix routes allow acl rule (#940) 2023-06-07 15:24:27 +02:00
README.md Fix routes allow acl rule (#940) 2023-06-07 15:24:27 +02:00

Mocks

To generate (or refresh) mocks from acl package please install mockgen. Run this command from the ./client/internal/acl folder to update iface mapper interface mock:

mockgen -destination mocks/iface_mapper.go -package mocks . IFaceMapper