Opened 12 years ago
Last modified 7 years ago
#9386 assigned bug
Disable a NetworkCard not working
Reported by: | jahaiku | Owned by: | phoudoin |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/net_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If you disable a NetworkCard in the NetworkPrefs, then in the Network-Config-File the interface is set to disabled, but if you restart Haiku it is again initialised with DHCP.
x86, gcc4, hrev45179
Change History (4)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Version: | R1/alpha4.1 → R1/Development |
comment:2 by , 12 years ago
Component: | Preferences/Network → Servers/net_server |
---|
comment:3 by , 7 years ago
This setting was splitted into interface flags and address mode (for ipv4: autoconf, static or disabled)
A down interface (Disable button on interface in Network preflet) is not persistent, at next reboot the interface is up again.
A disabled ipv4 address setup is not persistent either.
So, something was lost in the BNeworkSettings* redesign.
comment:4 by , 7 years ago
Here's a couple of similar tickets:
Interface disabling support was added in hrev37091