mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-08 07:22:08 +08:00
rc.conf: Fix the wild card regex for ifconfig_
This commit is contained in:
parent
f9fa038c94
commit
84665b5cef
@ -297,7 +297,7 @@ rc_conf_net_init(void* arg)
|
||||
{
|
||||
add_directive("cloned_interfaces", cloned_interfaces);
|
||||
add_directive("create_args_.*", create_args_);
|
||||
add_directive("ifconfig_*", ifconfig_);
|
||||
add_directive("ifconfig_.*", ifconfig_);
|
||||
add_directive("hostname", hostname);
|
||||
add_directive("defaultrouter", defaultrouter);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user