Алгоритми маршрутизації в мережах
msglog("bad -g: %s", p);
else
default_gateway = 1;
break;
case 'h':/* suppress extra host routes */
ridhosts = 1;
break;
case 'm':/* advertise host route */
mhome = 1;/* on multi-homed hosts */
break;
case 'A':
/* Ignore authentication if we do not care.
* Crazy as it is, that is what RFC 1723 requires.
*/
auth_ok = 0;
break;
case 't':
new_tracelevel++;
break;
case 'T':
tracename = optarg;
break;
case 'F':/* minimal routes for SLIP */
n = FAKE_METRIC;
p = strchr(optarg,',');