svn commit: r304046 - in head: sbin/ipfw sys/conf sys/modules sys/modules/ipfw_nat64 sys/netinet sys/netinet6 sys/netpfil/ipfw/nat64
Konstantin Belousov
kostikbel at gmail.com
Sat Aug 13 19:33:25 UTC 2016
On Sat, Aug 13, 2016 at 04:09:49PM +0000, Andrey V. Elsukov wrote:
> Author: ae
> Date: Sat Aug 13 16:09:49 2016
> New Revision: 304046
> URL: https://svnweb.freebsd.org/changeset/base/304046
>
> Log:
> Add ipfw_nat64 module that implements stateless and stateful NAT64.
--- all_subdir_ipfw_nat64 ---
/usr/home/kostik/work/build/bsd/DEV/src/sys/modules/ipfw_nat64/../../netpfil/ipfw/nat64/nat64lsn_control.c:737:7: error: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
next_idx, addr, cfg->pmask4);
^~~~~~~~
More information about the svn-src-head
mailing list