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

table: ensure compatibility with archs where int == int32 #1139

Closed
wants to merge 1 commit into from

Conversation

vincentbernat
Copy link
Contributor

MED actions are expected to be int64 and AS are expected to be
uint32. Use ParseInt/ParseUint instead of Atoi for those until the tests
pass on ARM.

This is not an exhaustive audit, just the minimal modifications to make all tests pass and gobgp/gobgpd build correctly on both amd64 and arm platforms.

MED actions are expected to be int64 and AS are expected to be
uint32. Use ParseInt/ParseUint instead of Atoi for those until the tests
pass on ARM.
@fujita
Copy link
Member

fujita commented Oct 8, 2016

Looks good. Thanks a lot!

@fujita fujita closed this Oct 8, 2016
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.

None yet

2 participants