Fixed
Created: Mar 8, 2015
Updated: Sep 8, 2018
Resolved Date: Jun 25, 2015
Found In Version: 7.0
Fix Version: 7.0.0.7
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Userspace
The /sbin/dhclient-script is not up to date in wrl6 and not in sync with the dhcp-client-4.2.5+P1 package (see below version info in the script).
This is much older than in wrl 4.x and misses important functionality.
root@qemu1:~# head /sbin/dhclient-script
#!/bin/bash
# dhclient-script for Linux. Dan Halbert, March, 1997.
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
# No guarantees about this. I'm a novice at the details of Linux
# networking.
# Notes:
# 0. This script is based on the netbsd script supplied with dhcp-970306.
root@qemu1:~# head /sbin/dhclient-script
#!/bin/bash
# dhclient-script for Linux. Dan Halbert, March, 1997.
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
# No guarantees about this. I'm a novice at the details of Linux
# networking.