diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 19:08:00 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 19:08:00 +0200 |
commit | 2b33b33188ed2d02d7236171edc031af9b76eafc (patch) | |
tree | 892648dba719bbf057b06264d7aaf19b9b5005ab /DESIGN | |
parent | 56b7cadaeb51a60afa5666e190906d332840d5a1 (diff) |
document PROTO_FLAG_IMMEDIATE
Diffstat (limited to 'DESIGN')
-rw-r--r-- | DESIGN | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -132,5 +132,9 @@ set, the protocol handler needs to clean up immediately as good as possible, without waiting for its pending actions to complete. If it has spawned any child processes, it needs to kill them and clean up their mess. +Simple protocol handlers can set the PROTO_FLAG_IMMEDIATE flag if they +can perform all required actions immediately without waiting and thus +do not need to schedule IFPEV_UP and IFPEV_DOWN transitions. This will +cause those events to be generated by core code instead. ## TODO: Configuration management, ubus callbacks |