Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1670992 > unrolled thread
| Started by | David Miller <davem@davemloft.net> |
|---|---|
| First post | 2017-06-20 19:40 +0200 |
| Last post | 2017-06-20 19:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH net-next v3 0/6] vxlan: cleanup and IPv6 link-local support David Miller <davem@davemloft.net> - 2017-06-20 19:40 +0200
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-06-20 19:40 +0200 |
| Subject | Re: [PATCH net-next v3 0/6] vxlan: cleanup and IPv6 link-local support |
| Message-ID | <tUvia-3ak-29@gated-at.bofh.it> |
From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Mon, 19 Jun 2017 10:03:54 +0200 > Running VXLANs over IPv6 link-local addresses allows to use them as a > drop-in replacement for VLANs, avoiding to allocate additional outer IP > addresses to run the VXLAN over. > > Since v1, I have added a lot more consistency checks to the address > configuration, making sure address families and scopes match. To simplify > the implementation, I also did some general refactoring of the > configuration handling in the new first patch of the series. > > The second patch is more cleanup; is slightly touches OVS code, so that > list is in CC this time, too. > > As in v1, the last two patches actually make VXLAN over IPv6 link-local > work, and allow multiple VXLANs with the same VNI and port, as long as > link-local addresses on different interfaces are used. As suggested, I now > store in the flags field if the VXLAN uses link-local addresses or not. > > v3 removes log messages as suggested by Roopa Prabhu (as it is very unusual > for errors in netlink requests to be printed to the kernel log.) The commit > message of patch 5 has been extended to add a note about IPv4. Series applied, thanks Matthias.
Back to top | Article view | linux.kernel
csiph-web