-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
Currently the check of whether the system where hicn-light is running supports punting via tun interface is done at compile time, and if at runtime the tun cannot be created the forwarder fails. This behavior should be different: the forwarder should check its capabilities at runtime and use what is current available in the system (udp in MacOs, hicn native on Ubuntu etc.).