aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/interface_span_cmds.hpp
diff options
context:
space:
mode:
authorNeale Ranns <neale.ranns@cisco.com>2018-04-11 08:08:30 -0700
committerNeale Ranns <nranns@cisco.com>2018-07-17 08:53:33 +0000
commit208c29aac523231af2420a95ba7e5d361698780b (patch)
treed16ac1d772d55afdf5277345a1ec8db211d1f27f /extras/vom/vom/interface_span_cmds.hpp
parent4faab21a75a208d83c184bd424938c4dbf6b38e4 (diff)
VOM: support for pipes
Change-Id: I5c381dfe2f926f94a34ee8ed8f1b9ec6038d5fe2 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'extras/vom/vom/interface_span_cmds.hpp')
-rw-r--r--extras/vom/vom/interface_span_cmds.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/interface_span_cmds.hpp b/extras/vom/vom/interface_span_cmds.hpp
index fa8096ebb10..e83ed728fb1 100644
--- a/extras/vom/vom/interface_span_cmds.hpp
+++ b/extras/vom/vom/interface_span_cmds.hpp
@@ -29,7 +29,7 @@ namespace interface_span_cmds {
* A command class that configures the interface span
*/
class config_cmd
- : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_span_enable_disable>
+ : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_span_enable_disable>
{
public:
/**
@@ -73,7 +73,7 @@ private:
* A cmd class that Unconfigs interface span
*/
class unconfig_cmd
- : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_span_enable_disable>
+ : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_span_enable_disable>
{
public:
/**