Daan, I'm curious about what is the improvement of changing the vlan String format in URI?
I'm -1 on pushing more complexity in URI, because that's abuse of URI class and sounds it's time to get rid of URI. (2013/07/01 16:47), Daan Hoogland wrote:
H, I've been trying to get a patch accepted and had some discussions to do it in parts as well. I would like to refresh the first part: vlans are now referred as vlan://<id>. I would like to change this to vlan:<id>. This will changee addressing the id as a scheme specific part instead of as a host. As a result it will be easier to fix the code to use Nicira NVP and other sdn networks whereever vlans are used now. Doing this will result in a patch that is a subset of my earlier patch. It touches a lot of core code and tests but has been tested thoroughly for VPC gateways with both vlans and Nicira NVP. regards, Daan