Remove obsolete IPv6 turnoff
Turning off IPv6 by aliasing `net-pf-10` to `off` does not work anymore. Also, turning off IPv6 on system level breaks apps depending on IPv6 loopback or IPv6 link-local addresssing and creates issues in both dual-stack and IPv6-only environments. Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
This commit is contained in:
		
							parent
							
								
									3c559aeb56
								
							
						
					
					
						commit
						668c9bdc01
					
				| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
#!/bin/bash -e
 | 
			
		||||
 | 
			
		||||
install -m 644 files/ipv6.conf "${ROOTFS_DIR}/etc/modprobe.d/ipv6.conf"
 | 
			
		||||
install -m 644 files/hostname "${ROOTFS_DIR}/etc/hostname"
 | 
			
		||||
 | 
			
		||||
ln -sf /dev/null "${ROOTFS_DIR}/etc/systemd/network/99-default.link"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +0,0 @@
 | 
			
		|||
# Don't load ipv6 by default
 | 
			
		||||
alias net-pf-10 off
 | 
			
		||||
#alias ipv6 off
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user