Skip to content

Draft: openflow: make openflow-interface private

Since Cppyy requires headers to generate the bindings at runtime, reducing the scope of third-party includes means we don't have to ship them, which makes packaging a lot more straightforward. In this case, we are limiting the scope of openflow internal headers to the implementation. This is part of MR!1277.

Edited by Gabriel Ferreira

Merge request reports