ARP proxy dumps
[vpp.git] / extras / vom / vom / arp_proxy_binding.hpp
index f57f697..284cf73 100644 (file)
@@ -34,7 +34,7 @@ public:
   /**
    * Construct a new object matching the desried state
    */
-  arp_proxy_binding(const interface& itf, const arp_proxy_config& proxy_cfg);
+  arp_proxy_binding(const interface& itf);
 
   /**
    * Copy Constructor
@@ -135,11 +135,6 @@ private:
    */
   const std::shared_ptr<interface> m_itf;
 
-  /**
-   * A reference counting pointer to the prxy config.
-   */
-  const std::shared_ptr<arp_proxy_config> m_arp_proxy_cfg;
-
   /**
    * HW configuration for the binding. The bool representing the
    * do/don't bind.