Skip to content

Commit

Permalink
only to test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Dec 12, 2024
1 parent 2cab6a0 commit 2dcb6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zfw.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ char *direction_string;
char *masq_interface;
char check_alt[IF_NAMESIZE];

const char *argp_program_version = "0.9.6";
const char *argp_program_version = "0.9.7";
struct ring_buffer *ring_buffer;

__u32 if_list[MAX_IF_LIST_ENTRIES];
Expand Down
2 changes: 1 addition & 1 deletion src/zfw_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ char check_alt[IF_NAMESIZE];
char doc[] = "zfw_monitor -- ebpf firewall monitor tool";
const char *rb_map_path = "/sys/fs/bpf/tc/globals/rb_map";
const char *tproxy_map_path = "/sys/fs/bpf/tc/globals/zt_tproxy_map";
const char *argp_program_version = "0.9.6";
const char *argp_program_version = "0.9.7";
union bpf_attr rb_map;
int rb_fd = -1;

Expand Down

0 comments on commit 2dcb6f2

Please sign in to comment.