sysctl: apply prefix before calling glob()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Aug 2022 19:54:06 +0000 (04:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 17 Aug 2022 05:30:20 +0000 (14:30 +0900)
commit9ec8c82b8c836f7632ba0a075c296e6ddc53f643
treefe41935017aa64ea1824b5cd3dd5052fc2c74ee8
parent3b703fe269a4a34f1b5ad1c3ce219c8c407e6fe1
sysctl: apply prefix before calling glob()

Otherwise, if there exist million of network interfaces,
calling glob() for network properties takes much time.

Fixes #24031.
src/sysctl/sysctl.c