• Robert Schmidt's avatar
    Make failed TUN socket operation non-fatal · 9b3ab10c
    Robert Schmidt authored
    It might be desirable to run the UE without superuser rights. More
    concretely, it might run without NET_ADMIN. In this case, various
    corresponding operations on the TUN socket fd might fail. In this
    commit,
    
    - improve error reports to make them more clear
    - do not automatically exit(1), but return from the function to ensure
      continuity of the softmodem
    9b3ab10c
netlink_init.c 6.52 KB