[netpfga] include UNUSED nat64 actions and tables
Will probably be removed, but need to check whether it still compiles.
This commit is contained in:
		
					parent
					
						
							
								5671e28fcd
							
						
					
				
			
			
				commit
				
					
						94e06be245
					
				
			
		
					 2 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -68,6 +68,8 @@ control RealMain(
 | 
			
		|||
    inout digest_data_t digest_data,
 | 
			
		||||
    inout sume_metadata_t sume_metadata) {
 | 
			
		||||
 | 
			
		||||
    #include "actions_nat64_generic.p4"
 | 
			
		||||
 | 
			
		||||
    action swap_eth_addresses() {
 | 
			
		||||
        EthAddr_t temp = hdr.ethernet.dstAddr;
 | 
			
		||||
        hdr.ethernet.dstAddr = hdr.ethernet.srcAddr;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue