aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/types.hpp
diff options
context:
space:
mode:
authorNeale Ranns <neale.ranns@cisco.com>2017-11-01 03:29:13 -0700
committerNeale Ranns <neale.ranns@cisco.com>2017-11-01 03:29:13 -0700
commitf29e85f9fa888e5544b19db78a752c03337ca14d (patch)
tree0b5ecbe9d79a76fd441479862cb585d3a64e3fbe /src/vpp-api/vom/types.hpp
parent53ae29e0608868be4f6a9cced21c39e72e294d0b (diff)
VOM fixes for 9090 - ships in the night commits
Change-Id: I4b03a4f86a7e0e47874715398ca9f8ff0f5386ee Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/types.hpp')
-rw-r--r--src/vpp-api/vom/types.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vpp-api/vom/types.hpp b/src/vpp-api/vom/types.hpp
index fd3b24b64ca..ca488fe4029 100644
--- a/src/vpp-api/vom/types.hpp
+++ b/src/vpp-api/vom/types.hpp
@@ -221,7 +221,6 @@ std::ostream& operator<<(std::ostream& os, const handle_t& h);
*/
struct mac_address_t
{
- mac_address_t(uint64_t address);
mac_address_t(uint8_t bytes[6]);
mac_address_t(std::initializer_list<uint8_t> bytes);
/**
@@ -255,11 +254,6 @@ struct mac_address_t
std::string to_string() const;
/**
- * U64 conversion
- */
- uint64_t to_u64() const;
-
- /**
* Underlying bytes array
*/
std::array<uint8_t, 6> bytes;