diff options
| author | Michael Biebl <biebl@debian.org> | 2024-08-26 16:10:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-08-26 16:10:46 +0200 |
| commit | 3a978cdfcd31e6b5ef23de1a17cebc1f0553a843 (patch) | |
| tree | 2924c74e3d8fa38843752f74409aa4c36617b738 /src/core/devices/nm-device-bridge.h | |
| parent | 1908b552d07c2dad7e1ee92fbf39db3b0a952cb7 (diff) | |
| parent | 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea (diff) | |
Update upstream source from tag 'upstream/1.48.10'
Update to upstream version '1.48.10' with Debian dir 25cc9dccbfe61f58ec876b75cd5e7309e1c28f5d
Diffstat (limited to 'src/core/devices/nm-device-bridge.h')
| -rw-r--r-- | src/core/devices/nm-device-bridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/devices/nm-device-bridge.h b/src/core/devices/nm-device-bridge.h index 6d9f1614..f9be7580 100644 --- a/src/core/devices/nm-device-bridge.h +++ b/src/core/devices/nm-device-bridge.h @@ -27,4 +27,6 @@ extern const NMBtVTableNetworkServer *nm_bt_vtable_network_server; void _nm_device_bridge_notify_unregister_bt_nap(NMDevice *device, const char *reason); +void nm_device_reapply_bridge_port_vlans(NMDevice *device); + #endif /* __NETWORKMANAGER_DEVICE_BRIDGE_H__ */ |