Packet forwarder app to forward necessary packets between network interfaces
- Clone the repository:
git clone https://github.com/tiiuae/nw-packet-forwader.git
cd nw-packet-forwader
- Start nix devshell
nix develop
- Build the project
#release build
nix build .#nwPcktFwdRelease
#debug build
nix build .#nwPcktFwdDebug