-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add python CLI byte stream support for table key (ipv6). (#125)
* Add python CLI byte stream support for table key (ipv6). * Changed the logic from byte_stream to check the is_ptr is set or not. 1. Initialized the KeyFieldInfo and check the width is > 64, set the is_ptr to True in file src/tdi_json_parser/tdi_info_parser.cpp. 2. Fixed invalid check for is_ptr==True and field size is less than and equal to 8 bytes and log error as Please don't use byte arrays in include/tdi/common/tdi_utils.hpp. 3. Reverted back the is_ptr check only.3. Reverted back the is_ptr check only.3. Reverted back the is_ptr check only. * Change back the error message to indicated use byte array. * Need to change the comment line according the latest error log.
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters