Hi, I would like to implement a learnt rule with an action resubmit.Currently, OVS does not support learn with the learnt rule having a resubmit action.Before I have a go at implementing this functionality, I would like to check if thereare any gotches why this should not be done. Thanks,Farhad.
Example: Supported: root@compute1-166:/proc/sys/net/ipv4/conf# ovs-ofctl add-flow br-int "table=250, actions=learn(table=20,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:0->NXM_OF_VLAN_TCI[],load:NXM_NX_TUN_ID[]->NXM_NX_TUN_ID[],output:NXM_OF_IN_PORT[]),resubmit:200" Not supported: root@compute1-166:/proc/sys/net/ipv4/conf# ovs-ofctl add-flow br-int "table=250, actions=learn(table=20,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:0->NXM_OF_VLAN_TCI[],load:NXM_NX_TUN_ID[]->NXM_NX_TUN_ID[],resubmit:300),resubmit:200" ovs-ofctl: table=20,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:0->NXM_OF_VLAN_TCI[],load:NXM_NX_TUN_ID[]->NXM_NX_TUN_ID[],resubmit:300: unknown keyword resubmit
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss