Macos route add reimplemented using system call

This commit is contained in:
pokamest 2021-05-13 08:20:38 -07:00 committed by System Administrator
parent 491a09b175
commit acf878c8dd
4 changed files with 1728 additions and 13 deletions

View file

@ -0,0 +1,4 @@
extern "C"
{
void mainRouteIface(int argc, char **argv);
}