From: Felix Fietkau Date: Mon, 28 Mar 2011 23:18:26 +0000 (+0200) Subject: document changes to the interface state type X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=b6341342b67a7ccb89e909caf7e134a86ce6b701 document changes to the interface state type --- diff --git a/DESIGN b/DESIGN index 5fb11ea..56ea474 100644 --- a/DESIGN +++ b/DESIGN @@ -83,14 +83,21 @@ An interface always has the following state information: active: The interface can be brought up (its main device is available) -up: - The interface has been brought up. - autostart: If the interface switches from inactive to active, netifd will attempt to bring it up immediately. Manually setting an interface to up (regardless of whether that was successful or not) will set this flag. +state: + IFS_SETUP: + The interface is currently being configured by the protocol handler + IFS_UP: + The interface is fully configured + IFS_TEARDOWN: + The interface is being deconfigured + IFS_DOWN: + The interface is down + An interface references only one protocol handler state, modular protocol handlers such as PPP are expected to be written in a way that allows them to be set up as slave to another protocol handler if necessary (useful for