Hello, I met some problem about adding a new tag into "ovs-ofctl". I modify
the "lib/ofp-util.def" file, and I append "
OFPAT10_ACTION(OFPAT10_SET_IDC, ofp_action_nw_addr, "mod_set_idc") ". I
also modify "lib/ofp-parse.c". But the program goes wrong when runs "
rule = rule_dpif_lookup__(ofproto, flow, wc, 0);
if (rule) {
return rule;
}
return rule_dpif_miss_rule(ofproto, flow); " , it
returns rule_dpif_miss_rule(ofproto, flow instead of " return rule ". Does
the ovs-vswitchd can not find the rule? Or what's wrong may be happened?
Could someone gives me some advice? Thanks a lot!
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss