From: Yu Watanabe Date: Sun, 14 Apr 2024 06:14:46 +0000 (+0900) Subject: ndisc-option: add missing case X-Git-Tag: v256-rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049bdac7b61e0036b73af1f409f427aa057ac808;p=thirdparty%2Fsystemd.git ndisc-option: add missing case Follow-up for 9f3587ae44ec9b437bd124eb9abbd593af45a796. --- diff --git a/src/libsystemd-network/ndisc-option.c b/src/libsystemd-network/ndisc-option.c index 96c357ced4c..11499a39212 100644 --- a/src/libsystemd-network/ndisc-option.c +++ b/src/libsystemd-network/ndisc-option.c @@ -180,6 +180,7 @@ static void ndisc_option_hash_func(const sd_ndisc_option *option, struct siphash case SD_NDISC_OPTION_TARGET_LL_ADDRESS: case SD_NDISC_OPTION_REDIRECTED_HEADER: case SD_NDISC_OPTION_MTU: + case SD_NDISC_OPTION_HOME_AGENT: case SD_NDISC_OPTION_FLAGS_EXTENSION: case SD_NDISC_OPTION_CAPTIVE_PORTAL: break;