mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Added example to create a raw ICMPv6 socket and sends an ICMPv6 Echo-Request to the destination ipv6 address and wait for Echo-Reply for esp32 and Linux target.
		
			
				
	
	
		
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "Example Configuration"
 | 
						|
 | 
						|
    config EXAMPLE_DST_IPV6_ADDR
 | 
						|
        string "Destination IPV6 Address"
 | 
						|
        default "2001:DB8::56AF:97FF:FEB3:2195"
 | 
						|
        help
 | 
						|
            The example will connect to this IPV6 address.
 | 
						|
 | 
						|
endmenu
 |