Skip to content

Commit

Permalink
complete fix for #1053
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Nov 1, 2021
1 parent 98c69a5 commit f3e4323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exabgp/bgp/message/update/nlri/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ class FlowICMPCode(IOperationByte, NumericString, IPv4, IPv6):
decoder = staticmethod(decoder(_number, ICMPCode))


class FlowTCPFlag(IOperationByte, BinaryString, IPv4, IPv6):
class FlowTCPFlag(IOperationByteShort, BinaryString, IPv4, IPv6):
ID = 0x09
NAME = 'tcp-flags'
FLAG = True
Expand Down

0 comments on commit f3e4323

Please sign in to comment.