summaryrefslogtreecommitdiffstats
path: root/nat
diff options
context:
space:
mode:
authorMichal Cmarada <michal.cmarada@pantheon.tech>2018-05-03 09:42:34 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-05-03 08:31:54 +0000
commit7f65e3e6e35dafca1fd7e386c62d0c8e76a21484 (patch)
tree09ae1fa2df10b9513cfdb1fd535dc2963e01fbe4 /nat
parent493da31bc6f605d5a68b1810df4a8ca6326eb889 (diff)
HC2VPP-314 - fix for IPV6 routes with 128 subnet prefix
VPP uses byte in range of 0 to 255 but when jni is used and this type is converted to java byte which has range of -128 to 127 it will convert it to negative value. It then fails to create Ip6Prefix from this value. Change-Id: Ic18686959682c153da2e4ee4a7f7841c9b56e5d3 Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'nat')
0 files changed, 0 insertions, 0 deletions