theory OpenFlow_Action imports OpenFlow_Matches begin (* Beware the differences between Actions and Instructions. OF1.0 doesn't support the former and they're thus not modelled here. *) (* OF1.0 says actions are a list and executed in-order, OF1.5 has two things: an action set with fixed order in 5.6 and an action list. So… list. *) (* Just those which we need(ed). *)