Commit 32779e30 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto:

- Fixed naming of AclMatch "flags" field to tcp_flags
parent e8f4bff8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {