Skip to content

Commit

Permalink
updated the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Nov 29, 2024
1 parent 5b7cfec commit 8920e65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format
---
###

# [0.9.5] - 2024-11-29

- updated the release workflow to upload zfw-router deb package to jfrog repo

###

# [0.9.4] - 2024-11-20

- added zfw_xdp_tun_ingress.o to router package for installations where ziti-edge-tunnel is not run as a service
Expand Down
2 changes: 1 addition & 1 deletion src/zfw.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ char *direction_string;
char *masq_interface;
char check_alt[IF_NAMESIZE];

const char *argp_program_version = "0.9.4";
const char *argp_program_version = "0.9.5";
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.4";
const char *argp_program_version = "0.9.5";
union bpf_attr rb_map;
int rb_fd = -1;

Expand Down

0 comments on commit 8920e65

Please sign in to comment.