cc: add BPFTable::get_offline_table (#1978)
authorMauricio Vásquez <mauriciovasquezbernal@gmail.com>
Fri, 21 Sep 2018 15:59:24 +0000 (10:59 -0500)
committeryonghong-song <ys114321@gmail.com>
Fri, 21 Sep 2018 15:59:24 +0000 (08:59 -0700)
commitc7ccd5b701959013d6565c8b6b5fbfe20ba46567
tree95643458c5c43241f4c1ba46f4cb5bbe23f52f16
parent6ce918bd7030241f0598ee6b1107940bf8480085
cc: add BPFTable::get_offline_table (#1978)

get_offline_table is missing in the BPFTable class.

Add it and some test cases.

Signed-off-by: Mauricio Vasquez B <mauricio.vasquez@polito.it>
src/cc/api/BPFTable.cc
src/cc/api/BPFTable.h
tests/cc/test_bpf_table.cc