config: add new element ts_label in struct interface

Add new element ts_label in struct interface to track real ts interface.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
master
Hangbin Liu 2017-10-09 22:31:39 +08:00 committed by Richard Cochran
parent 17c9787b1d
commit 9e744d9e8a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
struct interface {
STAILQ_ENTRY(interface) list;
char name[MAX_IFNAME_SIZE + 1];
char ts_label[MAX_IFNAME_SIZE + 1];
struct sk_ts_info ts_info;
};