Exemplo n.º 1
0
def to_action(dp, dic):
    ofp = dp.ofproto
    parser = dp.ofproto_parser
    action_type = dic.get("type")
    return ofctl_utils.to_action(dic, ofp, parser, action_type, UTIL)
Exemplo n.º 2
0
def to_action(dp, dic):
    ofp = dp.ofproto
    parser = dp.ofproto_parser
    action_type = dic.get('type')
    return ofctl_utils.to_action(dic, ofp, parser, action_type, UTIL)