This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# dhclient-script for Linux. Dan Halbert, March, 1997. | |
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999. | |
# Addenum by Haruspex for IP Network Namespace DNS awareness, May 2023. | |
# 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. |