Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] spp-ctl: rename classifier_mac to classifier
@ 2019-08-05  7:06 Yasufumi Ogawa
  0 siblings, 0 replies; only message in thread
From: Yasufumi Ogawa @ 2019-08-05  7:06 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

As renamed classifier_mac in spp_vf, this update is to rename in
spp-ctl.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 src/spp-ctl/spp_webapi.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spp-ctl/spp_webapi.py b/src/spp-ctl/spp_webapi.py
index 25b2e6f..8451711 100644
--- a/src/spp-ctl/spp_webapi.py
+++ b/src/spp-ctl/spp_webapi.py
@@ -243,7 +243,7 @@ class V1VFHandler(BaseHandler, V1VFCommon):
         return self.convert_info(proc.get_status())
 
     def vf_comp_start(self, proc, body):
-        self.validate_comp_start(body, ["forward", "merge", "classifier_mac"])
+        self.validate_comp_start(body, ["forward", "merge", "classifier"])
         proc.start_component(body['name'], body['core'], body['type'])
 
     def vf_comp_stop(self, proc, name):
-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-05  7:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05  7:06 [spp] [PATCH] spp-ctl: rename classifier_mac to classifier Yasufumi Ogawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).