From 32779e30683c744dcd93f40e4efa28716c28098c Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 4 Jul 2024 14:45:38 +0000 Subject: [PATCH] Proto: - Fixed naming of AclMatch "flags" field to tcp_flags --- proto/acl.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/acl.proto b/proto/acl.proto index ac36ca771..b45d46226 100644 --- a/proto/acl.proto +++ b/proto/acl.proto @@ -46,7 +46,7 @@ message AclMatch { uint32 dst_port = 6; uint32 start_mpls_label = 7; uint32 end_mpls_label = 8; - string flags = 9; + string tcp_flags = 9; } message AclAction { -- GitLab