midokura / neutron

Quantum is a virtual network service for Openstack, and a part of Netstack.
http://openstack.org
Apache License 2.0
2 stars 3 forks source link

Added the diff logic #123

Closed tfukushima closed 10 years ago

tfukushima commented 10 years ago

Added the naive diff logic. It requires the set operations multiple times and it can be improved reducing the computation complexity. But for now, it should work for the small set and I think it's good to start with at this point.