Dr Andrew Scott G7VAV

My photo
 
July 2025
Mo Tu We Th Fr Sa Su
30 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3
4 5 6 7 8 9 10


ebt_nat.h
01: #ifndef __LINUX_BRIDGE_EBT_NAT_H
02: #define __LINUX_BRIDGE_EBT_NAT_H
03: 
04: #define NAT_ARP_BIT  (0x00000010)
05: struct ebt_nat_info {
06:         unsigned char mac[ETH_ALEN];
07:         /* EBT_ACCEPT, EBT_DROP, EBT_CONTINUE or EBT_RETURN */
08:         int target;
09: };
10: #define EBT_SNAT_TARGET "snat"
11: #define EBT_DNAT_TARGET "dnat"
12: 
13: #endif
14: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/