f545d38707
with protocols wanting to use the same port on the same interface during reconfiguration time. How to use locks: In the if_notify hook, just order locks for the interfaces you want to work with and do the real socket opening after the lock hook function gets called. When you stop using the socket, close it and rfree() the lock. Please update your protocols to use the new locking mechanism.
5 lines
132 B
Makefile
5 lines
132 B
Makefile
source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c
|
|
root-rel=../
|
|
dir-name=nest
|
|
|
|
include ../Rules
|