if need to add more parameter to add-flow actions, should change the following file:
include/openvswitch/ofp-actions.h:
As we can see, OFPACTS defines many actions, in the form of:
OFPACT(1,2,3,4)
OFPACT(1,2,3,4)..
the first is its name of action, the 2/3rd params are the related structs, the last is for commandline recognize usage.