opnsense-src/sbin/ipfw
Andrey V. Elsukov 706a03f61b ipfw: make 'ipfw show' output compatible with 'ipfw add' command
If rule was added in compact form and rule body is empty, print
'proto ip' opcode to be compatible with ipfw(8) syntax parser.

  Before:
  $ ipfw add allow proto ip
  000700 allow
  After:
  $ ipfw add allow proto ip
  000700 allow proto ip

MFC after:	1 week
2025-02-11 12:48:17 +03:00
..
tests ipfw: add state/comment tests 2023-06-16 07:24:19 +00:00
altq.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
dummynet.c ipfw: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 2024-04-28 21:30:55 -06:00
ipfw.8 ipfw : Enable support for EIM NAT 2024-12-06 09:18:09 +00:00
ipfw2.c ipfw: make 'ipfw show' output compatible with 'ipfw add' command 2025-02-11 12:48:17 +03:00
ipfw2.h ipfw : Enable support for EIM NAT 2024-12-06 09:18:09 +00:00
ipv6.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
main.c ipfw : Enable support for EIM NAT 2024-12-06 09:18:09 +00:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
nat.c ipfw : Enable support for EIM NAT 2024-12-06 09:18:09 +00:00
nat64clat.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
nat64lsn.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
nat64stl.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
nptv6.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
tables.c ipfw: correctly report table manipulation errors 2024-05-09 20:08:18 -06:00