aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/interface_ip6_nd_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/interface_ip6_nd_cmds.cpp')
-rw-r--r--extras/vom/vom/interface_ip6_nd_cmds.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/extras/vom/vom/interface_ip6_nd_cmds.cpp b/extras/vom/vom/interface_ip6_nd_cmds.cpp
index c6f53f04919..b8909637644 100644
--- a/extras/vom/vom/interface_ip6_nd_cmds.cpp
+++ b/extras/vom/vom/interface_ip6_nd_cmds.cpp
@@ -31,9 +31,7 @@ ip6nd_ra_config::config_cmd::issue(connection& con)
VAPI_CALL(req.execute());
- m_hw_item.set(wait());
-
- return rc_t::OK;
+ return (wait());
}
template <>
@@ -68,9 +66,7 @@ ip6nd_ra_prefix::config_cmd::issue(connection& con)
VAPI_CALL(req.execute());
- m_hw_item.set(wait());
-
- return rc_t::OK;
+ return (wait());
}
template <>