ee6c7e8b589497119ec1ee40e99611f362111600 |
|
15-Feb-2017 |
Jakub Hrozek <jhrozek@redhat.com> |
MONITOR: Use the common inotify code to watch resolv.conf
The monitor code used its own inotify callbacks to watch for changes to
resolv.conf. Instead of keeping this duplicated code around, let's use
the shared inotify module that also powers the files provider.
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
4745ac57b7fb4ab071ee8f9b3386c5f4941a1561 |
|
06-Sep-2011 |
Jakub Hrozek <jhrozek@redhat.com> |
Change libnl monitor callback to only signal going online
This feature was not used and would probably never be used, because it
is much safer to rely on online actions to time out. Moreover, it would
make implementing the new features more complex. |