Searched hist:"2 d39824195933c173bbfc9b31773070202d2e30e" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_ifaddrs.c | diff 2d39824195933c173bbfc9b31773070202d2e30e Sun Nov 08 19:27:49 CET 2020 Alexander V. Chernikov <melifaro@FreeBSD.org> Switch net.add_addr_allfibs default to 0.
The goal of the fib support is to provide multiple independent routing tables, isolated from each other. net.add_addr_allfibs default tries to shift gears in the opposite direction, unconditionally inserting all addresses to all of the fibs.
There are use cases when this is necessary, however this is not a default expected behaviour, especially compared to other implementations.
Provide WARNING message for the setups with multiple fibs to notify potential users of the feature.
Differential Revision: https://reviews.freebsd.org/D26076
|
H A D | route_tables.c | diff 2d39824195933c173bbfc9b31773070202d2e30e Sun Nov 08 19:27:49 CET 2020 Alexander V. Chernikov <melifaro@FreeBSD.org> Switch net.add_addr_allfibs default to 0.
The goal of the fib support is to provide multiple independent routing tables, isolated from each other. net.add_addr_allfibs default tries to shift gears in the opposite direction, unconditionally inserting all addresses to all of the fibs.
There are use cases when this is necessary, however this is not a default expected behaviour, especially compared to other implementations.
Provide WARNING message for the setups with multiple fibs to notify potential users of the feature.
Differential Revision: https://reviews.freebsd.org/D26076
|
/freebsd/ |
H A D | UPDATING | diff 2d39824195933c173bbfc9b31773070202d2e30e Sun Nov 08 19:27:49 CET 2020 Alexander V. Chernikov <melifaro@FreeBSD.org> Switch net.add_addr_allfibs default to 0.
The goal of the fib support is to provide multiple independent routing tables, isolated from each other. net.add_addr_allfibs default tries to shift gears in the opposite direction, unconditionally inserting all addresses to all of the fibs.
There are use cases when this is necessary, however this is not a default expected behaviour, especially compared to other implementations.
Provide WARNING message for the setups with multiple fibs to notify potential users of the feature.
Differential Revision: https://reviews.freebsd.org/D26076
|