connections-without-ipv6-privacy: list all redhat/networkmanager connections without ipv6 privacy
This commit is contained in:
		
							parent
							
								
									d620a51082
								
							
						
					
					
						commit
						06dd0f6639
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								connections-without-ipv6-privacy
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								connections-without-ipv6-privacy
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | #!/bin/bash | ||||||
|  | # list all redhat/networkmanager connections without ipv6 privacy | ||||||
|  | set -e | ||||||
|  | cd /etc/sysconfig/network-scripts | ||||||
|  | for c in ifcfg-*; do | ||||||
|  |   if ! grep -q IPV6_PRIVACY=rfc3041 $c; then | ||||||
|  |     echo $c | ||||||
|  |   fi | ||||||
|  | done | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue