Skip to content

Commit

Permalink
backport of #1102
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 16, 2022
1 parent 0d3e76b commit 58cc978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version 4.2.20
* Fix: correctly filter routes announced by the API to the right peer #1005
* Feature: healthcheck neighbor filtering and path-information backport of #1098 and #1099
* Fix: backport #1101 fix parsing of FlowSpec TCPFlags with NS
* Fix: backport #1102 fix parsing of Fragment with IPv6 destinations/sources
* Fix: bug in CLI when failing to read data

Version 4.2.19
Expand Down
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 @@ -479,7 +479,7 @@ class FlowTrafficClass(IOperationByte, NumericString, IPv6):


# BinaryOperator
class FlowFragment(IOperationByteShort, BinaryString, IPv4):
class FlowFragment(IOperationByteShort, BinaryString, IPv4, IPv6):
ID = 0x0C
NAME = 'fragment'
FLAG = True
Expand Down

0 comments on commit 58cc978

Please sign in to comment.