xenserver: Fix typo in spec file.
[openvswitch] / lib / ofp-parse.c
index 25056e7f3854c2b009a605ba12f325da360a1a52..58b0da1ea9c0ebf7c491e1ec393b4d4fa52a25b2 100644 (file)
@@ -507,6 +507,8 @@ str_to_action(char *str, struct ofpbuf *b)
             autopath_parse(naa, arg);
         } else if (!strcasecmp(act, "bundle")) {
             bundle_parse(b, arg);
+        } else if (!strcasecmp(act, "bundle_load")) {
+            bundle_parse_load(b, arg);
         } else if (!strcasecmp(act, "output")) {
             put_output_action(b, str_to_u32(arg));
         } else if (!strcasecmp(act, "enqueue")) {