diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2018-02-27 14:05:15 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-02-27 19:41:41 +0000 |
commit | 3a758b0af83e1f8c791d899ee6dfcea813a09c5b (patch) | |
tree | 245924c32426718f6b6408d5281009dcd03bb6ba /src/vpp-api/vom/interface.hpp | |
parent | 42996c0fcd73f6eeaa0723c1172f668d81a5ef41 (diff) |
VOM: interface: Fix the vhost user interface
Change-Id: I38904dafb4110322ec0138f7a5b3a65c96426b2b
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/interface.hpp')
-rw-r--r-- | src/vpp-api/vom/interface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/interface.hpp b/src/vpp-api/vom/interface.hpp index 5d2951007a2..b0aeb739fdb 100644 --- a/src/vpp-api/vom/interface.hpp +++ b/src/vpp-api/vom/interface.hpp @@ -354,7 +354,7 @@ public: void succeeded() {} /** - * add the created interface to the DB + * remove the deleted interface from the DB */ void remove_interface() { interface::remove(this->item()); } |