Make teql hotplug script run sooner
authorGabor Juhos <juhosg@openwrt.org>
Sun, 2 Dec 2012 13:04:03 +0000 (13:04 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 2 Dec 2012 13:04:03 +0000 (13:04 +0000)
commit5d8a7a0ce52e0a052d1dddbac0c018e9d540c35e
treedb0855d0c91c58d5b41f7ba090083b9c9c854e1e
parent9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48
Make teql hotplug script run sooner

In particular, it wants to run before the ntpclient script. Which may
block for a long time attempting to do DNS lookups for NTP servers. In
my case, that would have *worked* if the new device had been added to
teql first, rather than timing out.

This was effectively causing a huge delay between an interface coming
up, and routing actually starting to work.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34442
package/network/utils/iproute2/Makefile
package/network/utils/iproute2/files/15-teql [new file with mode: 0644]
package/network/utils/iproute2/files/30-teql [deleted file]