9 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| NAME=ipsec
 | |
| CTLFILE="/var/run/pluto.ctl"
 | |
| 
 | |
| [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] || exit
 | |
| 
 | |
| [ -e "$CTLFILE" ] || exit
 | |
| 
 | |
| /etc/init.d/ipsec restart
 | 
