Martin Mares
013a9b91fe
When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE
...
routes) from kernel routing tables unless the "persist" switch is set.
1999-02-13 20:46:03 +00:00
Martin Mares
10d807d000
Synced kernel interface to new interface.
1999-02-05 21:38:50 +00:00
Martin Mares
f39e4713c2
Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday
...
and does things "the right way". Few things are still missing (device
routes etc.), I'll add them later in the evening.
1998-12-08 16:20:13 +00:00
Martin Mares
0804525255
Basic kernel routing table syncing implemented. Learning of routes installed
...
by other programs or the kernel itself is not supported yet, but it's not
needed for development of other protocols.
1998-10-19 17:52:29 +00:00
Martin Mares
7e7790c61f
Since almost every UNIX system requires different techniques for reading
...
the kernel routing table as opposed to modifying it which is approximately
the same on non-netlink systems, I've split the kernel routing table
routines to read and write parts. To be implemented later ;-)
1998-10-18 12:50:43 +00:00