Home
last modified time | relevance | path

Searched refs:tablesHigh (Results 1 – 1 of 1) sorted by relevance

/dports/net/olsrd/olsrd-0.9.8/src/cfgparser/
H A Dolsrd_conf.c805 uint32_t tablesHigh; in olsrd_sanity_check_cnf() local
814 tablesHigh = cnf->smart_gw_offset_tables + nrOfTables; in olsrd_sanity_check_cnf()
832 if (rangesOverlap(tablesLow, tablesHigh, 253, 255)) { in olsrd_sanity_check_cnf()
833 … gateway tables range [%u, %u] overlaps with routing tables [253, 255].\n", tablesLow, tablesHigh); in olsrd_sanity_check_cnf()