Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 809 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 809 Bytes

Network-Interfaces-Script

Read and update awk scripts for Ubuntu /etc/network/interfaces file.

readInterfaces.awk -- parse and output interface configuration
changeInterface.awk -- modify interfaces file

Parse Interfaces Script

awk -f readInterfaces.awk <interfaces file> <device=ethX>

For usage sample and more information, see this blog.

## Update Interfaces Script

awf -f changeInterface.awk <interfaces file> <device=ethX> <name=value>

For usage sample and more information, see this blog.