Hello, I got a quetion about ovs-vswitchd. I installed ovs-switch in debain linux kernel (ARM).now,I input " systemctl enable openvswitch-switch" on console .but it got any error message in ovs-vswitchd.log . I don't know how should i do?Thanks.
2017-04-23T05:44:17.287Z|00001|vlog|INFO|opened log file /var/log/openvswitch/ovs-vswitchd.log 2017-04-23T05:44:17.315Z|00002|ovs_numa|INFO|Discovered 8 CPU cores on NUMA node 0 2017-04-23T05:44:17.315Z|00003|ovs_numa|INFO|Discovered 1 NUMA nodes and 8 CPU cores 2017-04-23T05:44:17.316Z|00004|reconnect|INFO|unix:/var/run/openvswitch/db.sock: connecting... 2017-04-23T05:44:17.316Z|00005|reconnect|INFO|unix:/var/run/openvswitch/db.sock: connected 2017-04-23T05:44:17.351Z|00006|ofproto_dpif|INFO|system@ovs-system: Datapath does not support recirculation 2017-04-23T05:44:17.351Z|00007|ofproto_dpif|INFO|system@ovs-system: MPLS label stack length probed as 0 2017-04-23T05:44:17.351Z|00008|ofproto_dpif|INFO|system@ovs-system: datapath does not support masked set action feature. 2017-04-23T05:44:17.351Z|00009|ofproto_dpif|INFO|system@ovs-system: Datapath does not support truncate action 2017-04-23T05:44:17.351Z|00010|ofproto_dpif|INFO|system@ovs-system: Datapath does not support unique flow ids 2017-04-23T05:44:17.352Z|00011|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_state 2017-04-23T05:44:17.352Z|00012|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_zone 2017-04-23T05:44:17.352Z|00013|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_mark 2017-04-23T05:44:17.352Z|00014|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_label 2017-04-23T05:44:17.352Z|00015|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_state_nat 2017-04-23T05:44:17.352Z|00016|ofproto_dpif|WARN|system@ovs-system: datapath does not support variable-length userdata feature (needs Linux 3.10+ or kernel module from OVS 1..11+). The NXAST_SAMPLE action will be ignored. 2017-04-23T05:44:17.368Z|00017|bridge|INFO|bridge br0: added interface br0 on port 65534 2017-04-23T05:44:17.381Z|00018|bridge|INFO|bridge br1: added interface br1 on port 65534 2017-04-23T05:44:17.383Z|00019|bridge|INFO|bridge br0: using datapath ID 0000f679ab4dd14c 2017-04-23T05:44:17.384Z|00020|connmgr|INFO|br0: added service controller "punix:/var/run/openvswitch/br0.mgmt" 2017-04-23T05:44:17.387Z|00021|bridge|INFO|bridge br1: using datapath ID 000036ceae9dad4c 2017-04-23T05:44:17.387Z|00022|connmgr|INFO|br1: added service controller "punix:/var/run/openvswitch/br1.mgmt" 2017-04-23T05:44:17.401Z|00023|bridge|INFO|ovs-vswitchd (Open vSwitch) 2.6.2 2017-04-23T05:44:17.442Z|00024|connmgr|INFO|br0<->unix: 1 flow_mods in the last 0 s (1 adds) 2017-04-23T05:44:17.460Z|00025|connmgr|INFO|br1<->unix: 1 flow_mods in the last 0 s (1 adds) 2017-04-23T05:44:27.327Z|00026|memory|INFO|79636 kB peak resident set size after 10.0 seconds 2017-04-23T05:44:27.328Z|00027|memory|INFO|handlers:5 ports:2 revalidators:3 rules:10 My instructions as followings: root@kali:#apt-get update root@kali:#apt-get upgrade root@kali:#apt-get install bridge-utils root@kali:#apt-get install openvswitch-switch root@kali:#systemctl enable openvswitch-switch root@kali:#/usr/share/openvswitch/scripts/ovs-ctl start root@kali:#service openvswitch-switch force-reload-kmod root@kali:#ovs-vsctl add-br br0 root@kali:#ovs-vsctl list-br br0 Best&Thanks, wenmao
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
