[pve-devel] [PATCH pve-docs 0/1] vxlan l3 routing
Dietmar Maurer
dietmar at proxmox.com
Tue Aug 14 12:09:20 CEST 2018
> >>Not sure if the vxlan config is most times node related, so you always have
> >>node
> >>related config anyways?
> with frr, The vxlan interface indeed have the local ip vxlan-local-tunnelip.
> (this could be found in frr.conf).
> This could be managed with ifupdown2 template (as vxlan-local-tunnelip is
> always the same).
>
> I was thinking of vmbr definition, as it's exactly the same on all nodes. (and
> can't be managed easily with ifupdown2 template).
> We can manage this with puppet without problem, but I was thinking for users
> which only manage this through proxmox.
Just try - maybe you can find a way to define a cluster wide config
(etc/pve/network.cfg) for those bridges.
vnet1000: vxlan # VNI 1000
device vmbr0 # => vxlan-local-tunnelip
group 239.0.0.1
above would create the vtep and the bridge called 'vnet1000'?
...
More information about the pve-devel
mailing list