]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/core/dst.c
Merge branch 'csb1725' into csb1725-bdt
[mv-sheeva.git] / net / core / dst.c
index 8abe628b79f173f96fc9e2372f442c91dacc2984..b99c7c7ffce2b72b0089ba8c53d4de6e5b131059 100644 (file)
@@ -370,6 +370,7 @@ static int dst_dev_event(struct notifier_block *this, unsigned long event,
 
 static struct notifier_block dst_dev_notifier = {
        .notifier_call  = dst_dev_event,
+       .priority = -10, /* must be called after other network notifiers */
 };
 
 void __init dst_init(void)