| From: |
| Stephen Hemminger <shemminger@vyatta.com> |
| To: |
| "David Miller" <davem@davemloft.net>,
Chris Wright <chrisw@redhat.com> |
| Subject: |
| [PATCH net-next 0/3] VXLAN driver |
| Date: |
| Mon, 24 Sep 2012 11:43:04 -0700 |
| Message-ID: |
| <20120924184304.727711327@vyatta.com> |
| Cc: |
| netdev@vger.kernel.org |
| Archive‑link: | |
Article |
This patchset implements the Virtual eXtensible Local Area Network
tunnel. The code comes from GRE, Bridge, and the OVS Vxlan. The code
has only been tested with the TAP based vxlan
https://github.com/upa/vxlan.git
Thanks to Chris for the idea.