The config seem correctly generated now
for example
	
	
	
		
enlan2.11---->vmbr0v11<-----------VLAN11 (vnet)<-----------vm should be plugged here
so I really don't known why it's not working.
do you have any error in sdn status ? can you send result of "ifquery -a -c" ? (It's used by status to compare running config && config from /etc/network/..)
				
			for example
		Code:
	
	iface vmbr0v11
    bridge_ports  enlan2.11 pr_VLAN11
    bridge_stp off
    bridge_fd 0
iface pr_VLAN11
    link-type veth
    veth-peer-name ln_VLAN11
auto ln_VLAN11
iface ln_VLAN11
    link-type veth
    veth-peer-name pr_VLAN11
auto VLAN11
iface VLAN11
    bridge_ports ln_VLAN11
    bridge_stp off
    bridge_fd 0
    alias VLAN 11 for Productive Eng
	enlan2.11---->vmbr0v11<-----------VLAN11 (vnet)<-----------vm should be plugged here
so I really don't known why it's not working.
do you have any error in sdn status ? can you send result of "ifquery -a -c" ? (It's used by status to compare running config && config from /etc/network/..)