OvS: openflow param analysis

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.

posted on 2017-01-18 18:08  三叁  阅读(192)  评论(0编辑  收藏  举报

导航