opnsense-src/usr.sbin/ctld
Ryan Stone e88dbe4f46 MFC 315bca194a:
Fix an early return in ctld UCL parser

If the UCL ctld parser encountered a port that used the CTL
ioctl device, it fell into a special case that had an erroneous
early return.  This caused all configuration in the target
following the port attribute to be skipped.  Fix this by replacing
the return with a continue so that the rest of the config is
parsed correctly.

Sponsored by: Dell EMC Isilon
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D31703
Reviewed by: bapt

(cherry picked from commit 315bca194a)
2022-02-25 14:06:46 -05:00
..
chap.c Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
ctl.conf.5 Add network QoS support for PCP to iscsi target. 2020-10-24 21:10:53 +00:00
ctld.8 Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
ctld.c ctld: Disable TCP DDP for connection sockets. 2021-10-29 16:38:21 -07:00
ctld.h Fix typo in an_initator_name. 2020-12-30 13:05:41 -05:00
discovery.c Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
isns.c Add missing SPDX tags for ctld(8). 2018-01-24 16:37:29 +00:00
isns.h
kernel.c Make sure not to pass NULL to strtoul(3). The values come 2020-09-01 14:58:57 +00:00
keys.c Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
log.c Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
login.c ctld: Always declare MaxRecvDataSegmentLength. 2021-11-23 15:11:44 -08:00
Makefile pkgbase: Move ctld/ctladm to iscsi package 2021-06-30 09:24:33 +02:00
Makefile.depend
parse.y [ctld] Fix compilation under gcc-6.4 2020-11-01 21:18:21 +00:00
pdu.c Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
token.l Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
uclparse.c MFC 315bca194a: 2022-02-25 14:06:46 -05:00