|
@@ -480,7 +480,9 @@ struct net_device *batadv_softif_create(const char *name)
|
|
|
|
|
|
atomic_set(&bat_priv->aggregated_ogms, 1);
|
|
|
atomic_set(&bat_priv->bonding, 0);
|
|
|
+#ifdef CONFIG_BATMAN_ADV_BLA
|
|
|
atomic_set(&bat_priv->bridge_loop_avoidance, 0);
|
|
|
+#endif
|
|
|
#ifdef CONFIG_BATMAN_ADV_DAT
|
|
|
atomic_set(&bat_priv->distributed_arp_table, 1);
|
|
|
#endif
|