mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Revert #652 as iiab-startup.sh sets promiscuous early on
This commit is contained in:
		
							parent
							
								
									68dd7710d0
								
							
						
					
					
						commit
						8419873d9c
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -18,9 +18,6 @@
 | 
				
			||||||
# Separate Idea, Not Without Risks: should WiFi-as-gateway detection logic
 | 
					# Separate Idea, Not Without Risks: should WiFi-as-gateway detection logic
 | 
				
			||||||
# be encapsulated into roles/network/tasks/hostapd.yml in future?  Whereas
 | 
					# be encapsulated into roles/network/tasks/hostapd.yml in future?  Whereas
 | 
				
			||||||
# today "./runtags hostapd" doesn't exist & "./runtags AP" is UNSUPPORTED!
 | 
					# today "./runtags hostapd" doesn't exist & "./runtags AP" is UNSUPPORTED!
 | 
				
			||||||
- name: Turn on wlan0 promiscuous mode if is_rpi and not hostapd_enabled (mitigates Raspbian's WiFi bug / 10SEC disease @ https://github.com/iiab/iiab/issues/638)
 | 
					 | 
				
			||||||
  shell: ip link set dev wlan0 promisc on
 | 
					 | 
				
			||||||
  when: is_rpi and not hostapd_enabled
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#- name: RPi - reboot to AP post install - installed via wifi so the services are ready
 | 
					#- name: RPi - reboot to AP post install - installed via wifi so the services are ready
 | 
				
			||||||
#  set_fact:
 | 
					#  set_fact:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue