]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared- bride util allign bridge_state_table 15236/head
authorSusant Sahani <ssahani@vmware.com>
Thu, 26 Mar 2020 18:43:58 +0000 (19:43 +0100)
committerSusant Sahani <ssahani@vmware.com>
Thu, 26 Mar 2020 18:43:58 +0000 (19:43 +0100)
src/shared/bridge-util.c

index 239ac9a1a5a4e297df85741110f3951005f7bbec..2e45a1bd59865fbe360f938d084e935da57fcd51 100644 (file)
@@ -6,7 +6,7 @@
 static const char* const bridge_state_table[_NETDEV_BRIDGE_STATE_MAX] = {
         [NETDEV_BRIDGE_STATE_DISABLED]   = "disabled",
         [NETDEV_BRIDGE_STATE_LISTENING]  = "listening",
-        [NETDEV_BRIDGE_STATE_LEARNING]  = "learning",
+        [NETDEV_BRIDGE_STATE_LEARNING]   = "learning",
         [NETDEV_BRIDGE_STATE_FORWARDING] = "forwading",
 };