Hi,

I found outdated description in FAQ and modified it in my forked tree on GitHUB.
https://github.com/ebiken/ovs/commit/dd65361117ce88915618853501427f24dcb2b7b3
I also created patch with format described in CONTRIBUTING.md.

However, I was not sure if anybody (including me) can send patch to dev@ or only specific people who has authority to check in.

Could someone kindly let me know how I should proceed?
Should I send ti to dev@, send pull request etc?

Thanks,

Subject: [PATCH] FAQ: Update VXLAN reference from draft to RFC7348

VXLAN is now RFC, so we better to change the pointer to it.

Signed-off-by: Kentaro Ebisawa <ebike...@gmail.com>
---
 FAQ.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/FAQ.md b/FAQ.md
index 2de4936..0c578f3 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1183,9 +1183,9 @@ A: VXLAN stands for Virtual eXtensible Local Area Network, and is a means
    to solve the scaling challenges of VLAN networks in a multi-tenant
    environment. VXLAN is an overlay network which transports an L2 network
    over an existing L3 network. For more information on VXLAN, please see
-   the IETF draft available here:
+   the IETF RFC available here:

-   http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03
+   http://tools.ietf.org/html/rfc7348

 ### Q: How much of the VXLAN protocol does Open vSwitch currently support?

--
1.7.1
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to