Hi,
br-tun is set up by Neutron ovs-agent, so you don't have to touch it.
In your ml2_conf.ini you should have a tunnel_bridge and a local_ip cfg option which will result in an interface on br-tun like this one (in case of vxlan tunnels):
...
Bridge br-tun
....
Port vxlan-646d00dd
Interface vxlan-646d00dd
type: vxlan
options: {df_default="true", egress_pkt_mark="0", in_key=flow, local_ip="local_ip", out_key=flow, remote_ip="<ip of another host on which you have ovs agent>"}
So if you have tunnel_types = vxlan,gre, you will have a vxlan-xyz and one gre-abcd port in br-tun.
Best wishes
Lajos Katona (lajoskatona)