diff options
author | Tom Gundersen <teg@jklm.no> | 2014-01-11 20:20:14 +0000 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-01-12 15:37:21 +0100 |
commit | 924fe4304af981ffd849346b4a1d415f11e9dd79 (patch) | |
tree | 90529fee628a28cc8d112850eedf4ce5f242f81c /src/network/networkd.h | |
parent | f46685a4c0780173e5291fb7c3caa1c35cb1d0af (diff) |
networkd: bridge - remove redundant state
We will not insist on getting the reply from rtnl that the bridge
was created before considering the bridge ready, as we will be
notified about that via udev. We will listen for the rtnl response
however, in case the creation of the bridge failed.
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r-- | src/network/networkd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h index 4f44f78655..55181f2bbc 100644 --- a/src/network/networkd.h +++ b/src/network/networkd.h @@ -52,7 +52,6 @@ struct bridge_join_callback { typedef enum BridgeState { BRIDGE_STATE_FAILED, BRIDGE_STATE_CREATING, - BRIDGE_STATE_CREATED, BRIDGE_STATE_READY, _BRIDGE_STATE_MAX, _BRIDGE_STATE_INVALID = -1, |