I am programming an SDN application using opendaylight. I see that an InstructionKey is required to create an instruction but I don't know where it is used. Any idea what it's use is?
I am always setting it to new InstructionKey(0) but I am not sure if this is correct. Thanks.