Home | History | Annotate | Download | only in ipv6proxy

Lines Matching refs:outer

26     loge("Usage: %s -n [namespace|pid] -o <outer if> -i <inner ifs>\n",
28 loge(" -o Outer interface that connects to an existing IPv6 network.\n"
30 " to access the IPv6 network available on the outer interface.\n"
41 " interfaces are forwarded to the outer interface and that\n"
42 " router advertisements from the outer interface are forwarded\n"
67 const char* outer = nullptr;
71 outer = argv[++i];
91 if (outer == nullptr) {
92 loge("ERROR: Missing outer interface\n");
107 Proxy proxy(outer, innerInterfaces.begin(), innerInterfaces.end());