GBPv6: NAT66 actions for GBP
[vpp.git] / src / vpp-api / vom / nat_binding_cmds.hpp
index 1b51192..aa5a200 100644 (file)
@@ -336,90 +336,6 @@ private:
   const nat_binding::zone_t m_zone;
 };
 
-/**
- * A functor class that binds a NAT configuration to an output interface
- */
-/* class bind_66_output_cmd */
-/*   : public rpc_cmd<HW::item<bool>, */
-/*                    rc_t, */
-/*                    vapi::Nat66_interface_add_del_output_feature> */
-/* { */
-/* public: */
-/*   /\** */
-/*    * Constructor */
-/*    *\/ */
-/*   bind_66_output_cmd(HW::item<bool>& item, */
-/*                      const handle_t& itf, */
-/*                      const nat_binding::zone_t& zone); */
-
-/*   /\** */
-/*    * Issue the command to VPP/HW */
-/*    *\/ */
-/*   rc_t issue(connection& con); */
-/*   /\** */
-/*    * convert to string format for debug purposes */
-/*    *\/ */
-/*   std::string to_string() const; */
-
-/*   /\** */
-/*    * Comparison operator - only used for UT */
-/*    *\/ */
-/*   bool operator==(const bind_66_output_cmd& i) const; */
-
-/* private: */
-/*   /\** */
-/*    * The interface to bind */
-/*    *\/ */
-/*   const handle_t m_itf; */
-
-/*   /\** */
-/*    * The zone the interface is in */
-/*    *\/ */
-/*   const nat_binding::zone_t m_zone; */
-/* }; */
-
-/* /\** */
-/*  * A cmd class that unbinds a NAT configuration from an output interface */
-/*  *\/ */
-/* class unbind_66_output_cmd */
-/*   : public rpc_cmd<HW::item<bool>, */
-/*                    rc_t, */
-/*                    vapi::Nat66_interface_add_del_output_feature> */
-/* { */
-/* public: */
-/*   /\** */
-/*    * Constructor */
-/*    *\/ */
-/*   unbind_66_output_cmd(HW::item<bool>& item, */
-/*                        const handle_t& itf, */
-/*                        const nat_binding::zone_t& zone); */
-
-/*   /\** */
-/*    * Issue the command to VPP/HW */
-/*    *\/ */
-/*   rc_t issue(connection& con); */
-/*   /\** */
-/*    * convert to string format for debug purposes */
-/*    *\/ */
-/*   std::string to_string() const; */
-
-/*   /\** */
-/*    * Comparison operator - only used for UT */
-/*    *\/ */
-/*   bool operator==(const unbind_66_output_cmd& i) const; */
-
-/* private: */
-/*   /\** */
-/*    * The interface to bind */
-/*    *\/ */
-/*   const handle_t m_itf; */
-
-/*   /\** */
-/*    * The zone the interface is in */
-/*    *\/ */
-/*   const nat_binding::zone_t m_zone; */
-/* }; */
-
 /**
  * A cmd class that Dumps all the nat_statics
  */
@@ -453,40 +369,6 @@ private:
   HW::item<bool> item;
 };
 
-/**
- * A cmd class that Dumps all the nat_statics
- */
-/* class dump_output_66_cmd */
-/*   : public dump_cmd<vapi::Nat66_interface_output_feature_dump> */
-/* { */
-/* public: */
-/*   /\** */
-/*    * Constructor */
-/*    *\/ */
-/*   dump_output_66_cmd(); */
-/*   dump_output_66_cmd(const dump_output_66_cmd& d); */
-
-/*   /\** */
-/*    * Issue the command to VPP/HW */
-/*    *\/ */
-/*   rc_t issue(connection& con); */
-/*   /\** */
-/*    * convert to string format for debug purposes */
-/*    *\/ */
-/*   std::string to_string() const; */
-
-/*   /\** */
-/*    * Comparison operator - only used for UT */
-/*    *\/ */
-/*   bool operator==(const dump_output_66_cmd& i) const; */
-
-/* private: */
-/*   /\** */
-/*    * HW reutrn code */
-/*    *\/ */
-/*   HW::item<bool> item; */
-/* }; */
-
 }; // namespace nat_binding_cmds
 }; // namespace VOM