Hi,
Maybe it's caused by I manually copy patch to web gmail, thanks a lot for
merging that.
2016-11-14 12:49 GMT+08:00 Pravin Shelar :
> On Sun, Nov 13, 2016 at 6:59 PM, 张东亚 wrote:
> > With Linux kernel that does not have HAVE_UDP_OFFLOAD_ARG_UOFF macro
> > detected,
> > struct vxlan_sock *vs
On Sun, Nov 13, 2016 at 6:59 PM, 张东亚 wrote:
> With Linux kernel that does not have HAVE_UDP_OFFLOAD_ARG_UOFF macro
> detected,
> struct vxlan_sock *vs will be NULL, which will make kernel crash when
> receiving
> VXLAN packet that have RCO flag turn on or even invalid packet that is
> destined
> t
With Linux kernel that does not have HAVE_UDP_OFFLOAD_ARG_UOFF macro
detected,
struct vxlan_sock *vs will be NULL, which will make kernel crash when
receiving
VXLAN packet that have RCO flag turn on or even invalid packet that is
destined
to VXLAN port which have the bit on in the RCO flag position
Hi Aaron
You ignore an error case. Run the tcpdump with invalid option or argument.
In this case, process will raise directly KeyboardInterrupt exception, not
run the while loop any more. We should return an error code with sys.exit(1).
What’s more, in this error case, the subprocess has exited al
Protected ports can not forward frames to other protected ports.
Unprotected ports can receive and forward frames to protected and other
unprotected ports.
Signed-off-by: Ben Kelly
---
ofproto/ofproto-dpif-xlate.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/ofproto/o
Propagate the protected mode setting from port to xbundle, so that
ofproto* can make decisions.
Signed-off-by: Ben Kelly
---
ofproto/ofproto-dpif-xlate.c | 12 +++-
ofproto/ofproto-dpif-xlate.h | 2 +-
ofproto/ofproto-dpif.c | 11 ++-
ofproto/ofproto.h| 2 ++
Supports setting of protected mode true/false per port e.g.
# ovs-vsctl set port virtX protected=1/0
Signed-off-by: Ben Kelly
---
vswitchd/vswitch.ovsschema | 4 +++-
vswitchd/vswitch.xml | 8
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/vswitchd/vswitch.ovssch
Port protected mode is available in some switching ASICs (b53 etc) and
Cisco also implements this feature.
(http://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3.2_0_se/multibook/configuration_guide/b_consolidated_config_guide_3850_chapter_011101.html)
Protected ports will