| Submitter | Jesse Gross |
|---|---|
| Date | March 15, 2013, 5:38 p.m. |
| Message ID | <1363369131-16830-4-git-send-email-jesse@nicira.com> |
| Download | mbox | patch |
| Permalink | /patch/228121/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index d42e174..99e6414 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h @@ -94,7 +94,7 @@ struct ovs_vport_stats { }; /* Fixed logical ports. */ -#define OVSP_LOCAL ((__u16)0) +#define OVSP_LOCAL ((__u32)0) /* Packet transfer. */