diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-17 13:53:15 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-17 13:53:15 -0300 |
commit | 62498dd06a33a82a579d1cc113c2fa04d995ac91 (patch) | |
tree | 480176ea404665a4320ac3f37f720c3b2d6ce554 /sys/net/if_stf.h | |
parent | 043c0273b5d61576fe87f1b7ae45b1c0f9ad1095 (diff) | |
download | FreeBSD-src-62498dd06a33a82a579d1cc113c2fa04d995ac91.zip FreeBSD-src-62498dd06a33a82a579d1cc113c2fa04d995ac91.tar.gz |
Importing pfSense patch stf_6rd.diff
Diffstat (limited to 'sys/net/if_stf.h')
-rw-r--r-- | sys/net/if_stf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/net/if_stf.h b/sys/net/if_stf.h index cbaf670..e6ff29e 100644 --- a/sys/net/if_stf.h +++ b/sys/net/if_stf.h @@ -33,6 +33,15 @@ #ifndef _NET_IF_STF_H_ #define _NET_IF_STF_H_ +struct stfv4args { + struct in_addr inaddr; + struct in_addr dstv4_addr; + int prefix; +}; + +#define STF_SV4NET 1 +#define STF_GV4NET 2 +#define STF_SDSTV4 3 void in_stf_input(struct mbuf *, int); #endif /* _NET_IF_STF_H_ */ |