Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
fixed outbound tracking issue caused by missing eapol in diag_map values
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Aug 22, 2023
1 parent c677c4e commit 12a07df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.5.1] - 2023-08-22

###

- Fixed outbound tracking broken due to missed addition of eapol to diag_map values.

# [0.5.0] - 2023-08-18

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

---
This firewall application utilizes both tc-ebpf and xdp to provide stateful firewalling
for an [OpenZiti](https://docs.openziti.io/) ziti-edge-tunnel installation and is meant as a replacement for ufw for packet
for an [OpenZiti](https://docs.openziti.io/) ziti-edge-tunnel installation and is meant as a replacement for packet
filtering. It can be used in conjunction with ufw's masquerade feature on a Wan facing interface if
the zfw_outbound_track.o is activated in the egress direction. It can also be used in conjunction with OpenZiti
edge-routers deb package.
edge-routers.


## Build
Expand Down
1 change: 1 addition & 0 deletions src/zfw_tc_outbound_track.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ struct diag_ip4 {
bool tc_egress;
bool tun_mode;
bool vrrp;
bool eapol;
};

//map to keep status of diagnostic rules
Expand Down

0 comments on commit 12a07df

Please sign in to comment.