aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* ipfw(8): Fix most warnings with the default WARNS level.Mark Johnston2020-07-131-12/+15
* ipfw(8): In fill_ip6(), use a single statement for both "me" and "me6".Mark Johnston2020-06-241-7/+2
* Explicitly initialize the memory buffer to store O_ICMP6TYPE opcode.Andrey V. Elsukov2019-10-151-0/+1
* Make multiline APPLY_MASK() macro to be function-like.Andrey V. Elsukov2018-11-201-1/+1
* Do not print "ip6" keyword in print_icmp6types() for O_ICMP6TYPE opcode.Andrey V. Elsukov2018-11-061-1/+1
* Do not use bzero() for the O_ICMP6TYPE opcode.Andrey V. Elsukov2018-11-031-2/+0
* Fix indenting in ipv6.c file, use tabs instead of mixing tabs and spaces.Andrey V. Elsukov2018-04-121-176/+171
* Remove printing of "not" keyword from print_ip6() function.Andrey V. Elsukov2018-04-121-5/+3
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-2/+0
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+3
* In fill_ip6(), the value of the pointer av changes before it isMarius Strobl2017-04-231-2/+3
* Add missing support of named lookup tables to the IPv6 code.Andrey V. Elsukov2016-11-151-17/+6
* Add support for non-contiguous IPv6 masks in ipfw(8) rules.Andrey V. Elsukov2016-10-181-20/+26
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Fix output formatting of O_UNREACH6 opcode.Andrey V. Elsukov2016-04-141-3/+3
* Merge buffer-printing changes from from projects/ipfw as preparationAlexander V. Chernikov2014-08-231-27/+27
* Implement buffer size checking in ipfw(8) add cmd.Alexander V. Chernikov2013-03-031-7/+18
* Whitespace fixesAlexander V. Chernikov2012-09-241-13/+13
* Permit table to be used as IPv6 address.Alexander V. Chernikov2012-09-241-2/+26
* Whitespace fixes.Gleb Smirnoff2011-04-181-109/+109
* Put nat and ipv6 support in their own files.Luigi Rizzo2009-01-271-0/+501