diff mbox

[ovs-dev] datapath-windows: Add missing IPCT_LABEL.

Message ID 1492653686-99841-1-git-send-email-jarno@ovn.org
State Accepted
Headers show

Commit Message

Jarno Rajahalme April 20, 2017, 2:01 a.m. UTC
Add the missing enum definition for IPCT_LABEL.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
---
 datapath-windows/include/OvsDpInterfaceCtExt.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Sairam Venugopal April 27, 2017, 6:07 p.m. UTC | #1
Thanks for adding this in.

Acked-by: Sairam Venugopal <vsairam@vmware.com>





On 4/19/17, 7:01 PM, "ovs-dev-bounces@openvswitch.org on behalf of Jarno Rajahalme" <ovs-dev-bounces@openvswitch.org on behalf of jarno@ovn.org> wrote:

>Add the missing enum definition for IPCT_LABEL.
>
>Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
>---
> datapath-windows/include/OvsDpInterfaceCtExt.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/datapath-windows/include/OvsDpInterfaceCtExt.h b/datapath-windows/include/OvsDpInterfaceCtExt.h
>index 2795edc..3b94778 100644
>--- a/datapath-windows/include/OvsDpInterfaceCtExt.h
>+++ b/datapath-windows/include/OvsDpInterfaceCtExt.h
>@@ -132,6 +132,7 @@ enum ip_conntrack_events {
>     IPCT_MARK,
>     IPCT_NATSEQADJ,
>     IPCT_SECMARK,
>+    IPCT_LABEL,
> };
> 
> enum ip_conntrack_expect_events {
>-- 
>2.1.4
>
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Z6vowHUOjP5ysP_g372c49Nqc1vEKqHKNBkR5Q5Z7uo&m=R8iw4Jr-HMBdatGO514ei63gCELrhnMK2QS9dEZUYCA&s=IjblaY4BjRXCwAXsMU3BHL3ShZjfcICvbBGlg1afGfY&e=
Jarno Rajahalme April 27, 2017, 9:03 p.m. UTC | #2
Pushed to master,

  Jarno

> On Apr 27, 2017, at 11:07 AM, Sairam Venugopal <vsairam@vmware.com> wrote:
> 
> Thanks for adding this in.
> 
> Acked-by: Sairam Venugopal <vsairam@vmware.com>
> 
> 
> 
> 
> 
> On 4/19/17, 7:01 PM, "ovs-dev-bounces@openvswitch.org on behalf of Jarno Rajahalme" <ovs-dev-bounces@openvswitch.org on behalf of jarno@ovn.org> wrote:
> 
>> Add the missing enum definition for IPCT_LABEL.
>> 
>> Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
>> ---
>> datapath-windows/include/OvsDpInterfaceCtExt.h | 1 +
>> 1 file changed, 1 insertion(+)
>> 
>> diff --git a/datapath-windows/include/OvsDpInterfaceCtExt.h b/datapath-windows/include/OvsDpInterfaceCtExt.h
>> index 2795edc..3b94778 100644
>> --- a/datapath-windows/include/OvsDpInterfaceCtExt.h
>> +++ b/datapath-windows/include/OvsDpInterfaceCtExt.h
>> @@ -132,6 +132,7 @@ enum ip_conntrack_events {
>>    IPCT_MARK,
>>    IPCT_NATSEQADJ,
>>    IPCT_SECMARK,
>> +    IPCT_LABEL,
>> };
>> 
>> enum ip_conntrack_expect_events {
>> -- 
>> 2.1.4
>> 
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Z6vowHUOjP5ysP_g372c49Nqc1vEKqHKNBkR5Q5Z7uo&m=R8iw4Jr-HMBdatGO514ei63gCELrhnMK2QS9dEZUYCA&s=IjblaY4BjRXCwAXsMU3BHL3ShZjfcICvbBGlg1afGfY&e=
diff mbox

Patch

diff --git a/datapath-windows/include/OvsDpInterfaceCtExt.h b/datapath-windows/include/OvsDpInterfaceCtExt.h
index 2795edc..3b94778 100644
--- a/datapath-windows/include/OvsDpInterfaceCtExt.h
+++ b/datapath-windows/include/OvsDpInterfaceCtExt.h
@@ -132,6 +132,7 @@  enum ip_conntrack_events {
     IPCT_MARK,
     IPCT_NATSEQADJ,
     IPCT_SECMARK,
+    IPCT_LABEL,
 };
 
 enum ip_conntrack_expect_events {