diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-09 20:51:43 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-24 14:59:01 +0100 |
| commit | 209d10cc259d816b2f81264a5dd1b7a6b923eef8 (patch) | |
| tree | 54e1b2999f9e7bc9ca48c1f9e59f6548912b8c04 /debian/control | |
| parent | e26eb892e80b02a8331264cbb99c21476c226f0a (diff) | |
Enable Open vSwitch (OVS) support
This includes a drop-in config for NetworkManager.service which changes its ordering. So ship the plugin in a separate package named network-manager-ovs. Closes: #1127478
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a6854c0b..ca902d13 100644 --- a/debian/control +++ b/debian/control @@ -83,6 +83,14 @@ Description: network management framework (daemon and userspace tools) teamed together and act like a single one. This process is called "ethernet bonding", "channel teaming" or "link aggregation". +Package: network-manager-ovs +Architecture: linux-any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnm0 (= ${binary:Version}), +Description: Open vSwitch (OVS) support for NetworkManager + This package adds Open vSwitch support. + Package: network-manager-dev Section: devel Architecture: all |