chiark / gitweb /
networkd: netdev - add missing callback when adding stacked devices
authorTom Gundersen <teg@jklm.no>
Tue, 19 Aug 2014 15:51:50 +0000 (17:51 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 19 Aug 2014 15:55:34 +0000 (17:55 +0200)
commit6c3e68e7c1adc6176526e69769bf2eba86cdd257
tree72df306e3cc8b9ca4a0e2473260e574a1885c5a5
parent2a5948f715b1b4a5510b723755a263602349a8af
networkd: netdev - add missing callback when adding stacked devices

As the comment says, the passed in callback must always be invoked, or the underlying link
will hang. This was missed when reworking the code, so add it back in.
src/network/networkd-netdev.c