Start preparing loader for xdpfw-add (rule_add) and xdpfw-del (rule_del) programs.

This commit is contained in:
Christian Deacon
2025-02-27 16:25:26 -05:00
parent 36e7bc819a
commit c5629a8603
9 changed files with 820 additions and 227 deletions

View File

@@ -16,6 +16,7 @@ struct cmdline
int verbose;
char* log_file;
char* interface;
int pin_maps;
int update_time;
int no_stats;
int stats_per_second;