On Tue, Sep 28, 2021 at 11:54 AM Frode Nordahl
wrote:
>
> The `get_tunnel_type` (and associated enum) and `get_bridge`
> functions are used in modules other than the `ovn-controller`
> module.
>
> Since the `ovn-controller` module also has the `main` function
> this organization makes it hard or i
The `get_tunnel_type` (and associated enum) and `get_bridge`
functions are used in modules other than the `ovn-controller`
module.
Since the `ovn-controller` module also has the `main` function
this organization makes it hard or impossible to unit test.
Signed-off-by: Frode Nordahl
---
controll