-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
rhel-8.10.z, rhel-9.5.z, rhel-10.0, eln
-
None
-
Yes
-
Low
-
rhel-base-utils-core
-
ssg_core_services
-
8
-
False
-
False
-
-
None
-
None
-
None
-
None
-
-
x86_64
-
None
The RHEL 8 version of tftp 5.2 does not support the windowsize flag as specified in RFC 7440. This had previously been included in RHEL 7 after being raised in bug 1328827. Could this please be considered for implementation in RHEL 8.
Version-Release number of selected component (if applicable):
redhat-release-8.4-0.6.el8.x86_64 / tftp-hpa 5.2, with readline
How reproducible:
100%
Steps to Reproduce:
1. $ dnf install tftp
2. $ tftp -w 64 $tftp_server
Actual results:
Results in error
[user@rhel8 ~]$ tftp -w 64 10.5.86.73 -v Usage: tftp [-4][-6][-v][-V][-l][-m mode] [-R port:port] [host [port]] [-c command] [user@rhel8 ~]$
Expected results:
Results in successful connection and tftp shell
[user@rhel7 ~]$ tftp -w 64 10.5.86.73 -v Connected to 10.5.86.73 (10.5.86.73), port 69 tftp>
Additional info:
Full details of each host
[user@rhel7 ~]$ cat /etc/redhat-release; tftp -h; tftp -V Red Hat Enterprise Linux Server release 7.9 (Maipo) Usage: tftp [-4][-6][-v][-V][-l][-m mode][-w size] [-R port:port] [host [port]] [-c command] tftp-hpa 5.2, with readline [user@rhel8 ~]$ cat /etc/redhat-release; tftp -h; tftp -V Red Hat Enterprise Linux release 8.4 (Ootpa) Usage: tftp [-4][-6][-v][-V][-l][-m mode] [-R port:port] [host [port]] [-c command] tftp-hpa 5.2, with readline