] [] system_call_fastpath+0x16/0x1b
[34069.197126] ---[ end trace fee3651d37140738 ]---
Dose anyone have the idea about that?
Thanks.
Best Regards,
Hung-Wei Chiu(邱宏瑋)
--
Computer Center, Department of Computer Science
National Chiao Tung University
___
discuss mailing
Hi all.
I install the OpenvSwitch 2.3.1 on my system with linux 3.10.77.
My system has 4 physical interface eth0, eth1, eth2 and eth3.
I create 4 OVS bridge for each ethX interfaces and attch the ethX to its
OVS bridge.
The topology likes below.
ovs_eth0 ovs_eth1 ovs_eth2 ovs_eth3
|
;> ovs-ofctl add-flow br0 "dl_type=0x087dd,actions=drop"
>
> thanks! what is the difference between writing ipv6 and specifying
> dl_type=...?
--
Best Regards,
Hung-Wei Chiu(邱宏瑋)
--
Computer Center, Department of Computer Science
National Chiao Tung University
ipv6 packets.:
>
> ovs-ofctl add-flow br0 'ipv6,actions=drop,'
>
> is good?
> ___
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
--
Best Regards,
Hung-Wei Chiu