Skip to content

Commit

Permalink
Added rule removal for zet upon shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed May 24, 2024
1 parent 1e4f3d2 commit f406548
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
# [0.6.5] - 2024-05-24

###

- For ZET added ziti generated rule removal upon shutdown via zfw_tunnel_wrapper. Wrapper will also remove any statically entered rules with tproxy_port > 0.

# [0.6.4] - 2024-05-21

###
Expand Down
2 changes: 1 addition & 1 deletion src/zfw.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ char *log_file_name;
char *object_file;
char *direction_string;

const char *argp_program_version = "0.6.4";
const char *argp_program_version = "0.6.5";
struct ring_buffer *ring_buffer;

__u32 if_list[MAX_IF_LIST_ENTRIES];
Expand Down
Loading

0 comments on commit f406548

Please sign in to comment.