cnat: fix interface map type unformat 43/41143/5
authorBenoît Ganne <[email protected]>
Wed, 12 Jun 2024 12:04:45 +0000 (14:04 +0200)
committerBenoît Ganne <[email protected]>
Wed, 5 Feb 2025 14:25:13 +0000 (15:25 +0100)
commitb02e93846122501b0eb6e5a43cce05fc670f8b3b
treecd541d6d6228bf40c00f34423bf5c3d96a6ad93e
parent41392c5e2fca3a46cc967288ccb1e8c368727ca9
cnat: fix interface map type unformat

C enum is not guaranteed to be 8-bit (and in general it is not, it's
32-bits by default in GCC for example).

Type: fix

Change-Id: I6a10f85991ae1903fb9f4aeebfcfdf5315200903
Signed-off-by: Benoît Ganne <[email protected]>
src/plugins/cnat/cnat_snat_policy.c