diff options
| author | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
| commit | 3612e6355f3f40d264ec4657547761069baa5430 (patch) | |
| tree | 768e4f5b37b66f540dd7030aa2eaff2ac7bb0168 /src/libnm-client-impl/nm-device-macvlan.c | |
| parent | 7e9f00a3be8f65535e6620b344443ec4d403212b (diff) | |
| parent | 6f7fcde10e47d8af865af336becf1fd8a446e62e (diff) | |
Merge tag 'debian/1.40.0-1' into debian/bullseye-backports
network-manager Debian release 1.40.0-1
Diffstat (limited to 'src/libnm-client-impl/nm-device-macvlan.c')
| -rw-r--r-- | src/libnm-client-impl/nm-device-macvlan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-client-impl/nm-device-macvlan.c b/src/libnm-client-impl/nm-device-macvlan.c index a8363c93..be6d56e4 100644 --- a/src/libnm-client-impl/nm-device-macvlan.c +++ b/src/libnm-client-impl/nm-device-macvlan.c @@ -120,11 +120,11 @@ nm_device_macvlan_get_tap(NMDeviceMacvlan *device) * Returns: the hardware address. This is the internal string used by the * device, and must not be modified. * - * Since: 1.2 - * * This property is not implemented yet, and the function always return NULL. * * Deprecated: 1.24: Use nm_device_get_hw_address() instead. + * + * Since: 1.2 **/ const char * nm_device_macvlan_get_hw_address(NMDeviceMacvlan *device) |