vipshop / TupleNet

TupleNet is a lightweight tool for building virtual-networking
Apache License 2.0
29 stars 13 forks source link

Consume ryu module instead of pkt_controller #20

Open eggqq007 opened 5 years ago

eggqq007 commented 5 years ago

the pkt_controller is a C program which should compile with openvswitch-dev. Ryu is a python module and it helps we avoid version problem in ovs

eggqq007 commented 5 years ago

The ryu doesn't support parsing controller(pause) message. User cannot send packet back.