-typo
This commit is contained in:
		
					parent
					
						
							
								0ca0b94b1c
							
						
					
				
			
			
				commit
				
					
						1b95179fc5
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@ parser MyParser(packet_in packet,
 | 
				
			||||||
    state ipv6 {
 | 
					    state ipv6 {
 | 
				
			||||||
        packet.extract(hdr.ipv6);
 | 
					        packet.extract(hdr.ipv6);
 | 
				
			||||||
		meta.tcp_length = hdr.ipv6.payload_length;
 | 
							meta.tcp_length = hdr.ipv6.payload_length;
 | 
				
			||||||
		meta.cast_length = (<bit32>) hdr.ipv6.payload_length;
 | 
							meta.cast_length = (bit<32>) hdr.ipv6.payload_length;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        transition select(hdr.ipv6.next_header){
 | 
					        transition select(hdr.ipv6.next_header){
 | 
				
			||||||
            PROTO_TCP: tcp;
 | 
					            PROTO_TCP: tcp;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue