X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=SubmittingPatches;h=9b3dd9eb816809e3b629073500c848a87b363061;hb=5de43a606c949dbb74272d5b09627ddd5f64b06b;hp=8beb7d8e2dc77d7992d04a253a8c647de2c3045d;hpb=2b3ed2a67da502875a3877f0b159781d0a458e8a;p=sliver-openvswitch.git diff --git a/SubmittingPatches b/SubmittingPatches index 8beb7d8e2..9b3dd9eb8 100644 --- a/SubmittingPatches +++ b/SubmittingPatches @@ -1,7 +1,7 @@ How to Submit Patches for Open vSwitch ====================================== -Send changes to Open vSwitch as patches to discuss@openvswitch.org. +Send changes to Open vSwitch as patches to dev@openvswitch.org. One patch per email, please. More details are included below. If you are using Git, then "git format-patch" takes care of most of @@ -32,7 +32,7 @@ Testing is also important: - A patch that modifies Linux kernel code should be at least build-tested on various Linux kernel versions before - submission. I suggest versions 2.6.18, 2.6.27, and whatever + submission. I suggest versions 2.6.32 and whatever the current latest release version is at the time. - A patch that modifies the ofproto or vswitchd code should be