mirror of
				https://github.com/shokinn/.files.git
				synced 2025-10-30 01:58:31 +00:00 
			
		
		
		
	add option to show the current configuration
This commit is contained in:
		
							parent
							
								
									4fe8838769
								
							
						
					
					
						commit
						e5ca559150
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -206,6 +206,7 @@ confv6::unset() { | |||
|   unset prefixlength | ||||
|   unset router | ||||
|   unset help | ||||
|   unset show | ||||
|   return | ||||
| } | ||||
| 
 | ||||
|  | @ -225,6 +226,7 @@ confv6() { | |||
|   # option names without duplicating any information. | ||||
|   zparseopts -D -F -K -- \ | ||||
|     {h,-help}=help \ | ||||
|     {s,-show}=show \ | ||||
|     {n,-network-service-name}:=service \ | ||||
|     {c,-configuration}:=configuration \ | ||||
|     {a,-address}:=address \ | ||||
|  | @ -276,6 +278,12 @@ confv6() { | |||
|     router=${(q+)router[-1]/=} | ||||
|   fi | ||||
| 
 | ||||
|   if (( $#show )); then | ||||
|     networksetup -getinfo "${service}" | ||||
|     confv6::unset | ||||
|     return | ||||
|   fi | ||||
| 
 | ||||
|   if [[ ${configuration} == "automatic" || -z ${configuration} ]]; then | ||||
|     networksetup -setv6automatic "${service}" | ||||
|     networksetup -getinfo "${service}" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue