Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for parsing the Path Attribute: BGP Prefix-SID (Type 40) in BGP UPDATE Message #167

Merged
merged 5 commits into from
Mar 6, 2024

Conversation

yuangezhizao
Copy link
Contributor

Close #166

yabgp/message/attribute/sr/bgpprefixsid.py Outdated Show resolved Hide resolved
value = {
'srv6_service_sub_tlvs': tlvs
}
return {cls.TYPE_STR: value}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def dict(cls)ordef dict(self)

@yuangezhizao yuangezhizao marked this pull request as ready for review March 6, 2024 02:23
@yuangezhizao yuangezhizao force-pushed the 166-parsing-bgp_prefix_sid branch 2 times, most recently from 7bcc6d8 to a31d5af Compare March 6, 2024 08:03
- tox

after_success:
coveralls --verbose
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coveralls TBD

@zlpqingmei zlpqingmei merged commit 59dc51b into smartbgp:master Mar 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for parsing the Path Attribute: BGP Prefix-SID (Type 40) in BGP UPDATE Message
2 participants