If mpls_init() fails after registering mpls_dev_notifier, it never
gets removed. Add the missing unregister_netdevice_notifier() call to
the error handling path.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| af_mpls.c | ||
| internal.h | ||
| mpls_gso.c | ||
| mpls_iptunnel.c | ||