datadope-io / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
1 stars 0 forks source link

procpeering while subnet reusing #4

Open adrianlzt opened 3 years ago

adrianlzt commented 3 years ago

If we have two different groups of hosts using the same subnet (for example, with different OpenStack projects), we could end creating edges between nodes that are not connected.

Now that should produce a warning (two listeners for the same endpoint).

Maybe a solution for this cases is to run a skydive instance for each subnet and somewho connect those skydives knowing that they are processing different networks?