Skip to content

Commit

Permalink
Merge pull request #1198 from yuangezhizao/main
Browse files Browse the repository at this point in the history
✏️  Typo(prefixsid.py): remove redundant assignment for "FLAG"
  • Loading branch information
thomas-mangin authored Mar 1, 2024
2 parents 5ccbaf5 + 6b4a206 commit 8b540b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exabgp/bgp/message/update/attribute/sr/prefixsid.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@Attribute.register()
class PrefixSid(Attribute):
ID = Attribute.CODE.BGP_PREFIX_SID
FLAG = FLAG = Attribute.Flag.TRANSITIVE | Attribute.Flag.OPTIONAL
FLAG = Attribute.Flag.TRANSITIVE | Attribute.Flag.OPTIONAL
CACHING = True
TLV = -1

Expand Down

0 comments on commit 8b540b4

Please sign in to comment.