Skip to content

Commit

Permalink
Merge pull request #374 from untangle/MFW-4565-fix-session-dumping
Browse files Browse the repository at this point in the history
MFW-4565: Update type fon conntrack id

version: bug
  • Loading branch information
cvarga-arista authored Mar 8, 2024
2 parents d9ac7b6 + 8e2a0a7 commit 9b6b90f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion protobuffersrc/ActiveSessions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message Session {
string client_address_new = 16;
uint32 client_interface_id = 17;
uint32 client_interface_type = 18;
uint32 conntrack_id = 20;
uint64 conntrack_id = 20;
uint32 family = 21;
uint32 ip_protocol = 22;
uint32 mark = 23;
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"untangle-node-sitefilter","allowedState":0},{"name":"untangle-node-geoip","allowedState":0},{"name":"untangle-node-discovery","allowedState":0},{"name":"untangle-node-classd","allowedState":1},{"name":"untangle-node-dynamic-lists","allowedState":0},{"name":"untangle-node-captiveportal","allowedState":0},{"name":"untangle-node-threat-prevention","allowedState":1}]
[{"name":"untangle-node-captiveportal","allowedState":0},{"name":"untangle-node-threat-prevention","allowedState":1},{"name":"untangle-node-sitefilter","allowedState":0},{"name":"untangle-node-geoip","allowedState":0},{"name":"untangle-node-discovery","allowedState":0},{"name":"untangle-node-classd","allowedState":1},{"name":"untangle-node-dynamic-lists","allowedState":0}]
8 changes: 4 additions & 4 deletions structs/protocolbuffers/ActiveSessions/ActiveSessions.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion structs/protocolbuffers/Alerts/Alerts.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion structs/protocolbuffers/CaptivePortal/Captiveportal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion structs/protocolbuffers/Discoverd/Discovery.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion structs/protocolbuffers/SessionEvent/SessionEvent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion structs/protocolbuffers/ZMQRequest/ZMQRequest.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b6b90f

Please sign in to comment.