Hi, Murphy thank you for your suggestion. Yes, I had been tried this action like the following for several times, but it's same problem. actions = [[openflow.OFPAT_SET_VLAN_VID, 2], [openflow.OFPAT_OUTPUT, [0, prt[0]]]]
I tried to use actions=[openflow.OFPAT_SET_NW_DST, '140.115.155.155'], it's work normally, so I have a question: If I want to use OFPAT_SET_VLAN_VID, Do I need to install other software such as openVMS, openvswitch, etc..., or change system network configuration? I have email to https://mailman.stanford.edu/mailman/listinfo/openflow-discuss, thanks. Yi_Shou >Did you try the suggestion of setting actions to something like the following? >actions = [[openflow.OFPAT_SET_VLAN_VID, 2], > [openflow.OFPAT_OUTPUT, [0, prt[0]]]] >.. I do think there's a chance that the switch assumes there's an additional action. >Your question #2 is really a qu02estion for the maintainers of the openflow >reference implementation. A better way to contact them is the >openflow-discuss >mailing list: > https://mailman.stanford.edu/mailman/listinfo/openflow-discuss -- Murphy
_______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev
