diff options
| author | Marko Zec <zec@FreeBSD.org> | 2025-11-25 18:18:37 +0000 |
|---|---|---|
| committer | Marko Zec <zec@FreeBSD.org> | 2025-11-25 18:26:14 +0000 |
| commit | b1b0fb3dcf00dd999fa2635ab0124d01e74ae551 (patch) | |
| tree | 669a2cb756e716bbf1effb22e9ecc4e7079c82ae | |
| parent | 80ec82aba9ae7286cac1a4f8000262cf2cf34d0c (diff) | |
fib_algo: add FIB_ALGO to GENERIC kernel config on riscv
FIB_ALGO modular FIB lookups have been enabled by default on
amd64 and arm64 since 2021, so enable it on riscv as well.
Reviewed by: melifaro
MFC after: 1 month
| -rw-r--r-- | sys/riscv/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index 36e3fcd41970..b645cd3499cb 100644 --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -31,6 +31,7 @@ options INET6 # IPv6 communications protocols options TCP_HHOOK # hhook(9) framework for TCP options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 options ROUTE_MPATH # Multipath routing support +options FIB_ALGO # Modular fib lookups options TCP_OFFLOAD # TCP offload options TCP_BLACKBOX # Enhanced TCP event logging options TCP_RFC7413 # TCP Fast Open |
