diff options
Diffstat (limited to 'src/vpp-api/vom/nat_binding.hpp')
-rw-r--r-- | src/vpp-api/vom/nat_binding.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/nat_binding.hpp b/src/vpp-api/vom/nat_binding.hpp index 2f6d67f907f..77612502680 100644 --- a/src/vpp-api/vom/nat_binding.hpp +++ b/src/vpp-api/vom/nat_binding.hpp @@ -61,7 +61,7 @@ public: * The zoe is not included, since the same interface is never inside * and outside. */ - typedef std::tuple<interface::key_type, direction_t, l3_proto_t> key_t; + typedef std::tuple<interface::key_t, direction_t, l3_proto_t> key_t; /** * Construct a new object matching the desried state |