]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ndisc-option: add missing case
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 14 Apr 2024 06:14:46 +0000 (15:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Apr 2024 05:41:45 +0000 (14:41 +0900)
Follow-up for 9f3587ae44ec9b437bd124eb9abbd593af45a796.

src/libsystemd-network/ndisc-option.c

index 96c357ced4c14d908a096e27444af499642604cf..11499a39212d962aae7d44c505b080acd0694d12 100644 (file)
@@ -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;