Since we use multiple cloning routes (mpath) if more than one ip address
authorfriehm <friehm@openbsd.org>
Tue, 10 Jul 2018 11:49:04 +0000 (11:49 +0000)
committerfriehm <friehm@openbsd.org>
Tue, 10 Jul 2018 11:49:04 +0000 (11:49 +0000)
commitc90ecb6b0f14080b887d870f189d921dacca11f8
tree6de69530e08b49399ba6d36f37b43b553a07d057
parent4ec8e25772ec895c764863f5d4828a7311b1d90e
Since we use multiple cloning routes (mpath) if more than one ip address
exists in the same network, the routes are distinguished by their gateway
address, which is the associated interface address.
The ospfd has to track the gateway addresses so that kroute_matchgw() is able to
find the correct routes.

OK claudio@
usr.sbin/ospfd/kroute.c