[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib
/
dracut
/
modules.d
/
35network-legacy
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 dhclient-script.sh
9,374 B
SET
[ EDIT ]
|
[ DEL ]
📄 dhclient.conf
303 B
SET
[ EDIT ]
|
[ DEL ]
📄 ifup.sh
15,543 B
SET
[ EDIT ]
|
[ DEL ]
📄 kill-dhclient.sh
252 B
SET
[ EDIT ]
|
[ DEL ]
📄 module-setup.sh
2,880 B
SET
[ EDIT ]
|
[ DEL ]
📄 net-genrules.sh
4,109 B
SET
[ EDIT ]
|
[ DEL ]
📄 parse-bond.sh
2,007 B
SET
[ EDIT ]
|
[ DEL ]
📄 parse-bridge.sh
1,124 B
SET
[ EDIT ]
|
[ DEL ]
📄 parse-ibft.sh
283 B
SET
[ EDIT ]
|
[ DEL ]
📄 parse-ifname.sh
552 B
SET
[ EDIT ]
|
[ DEL ]
📄 parse-ip-opts.sh
4,950 B
SET
[ EDIT ]
|
[ DEL ]
📄 parse-team.sh
1,600 B
SET
[ EDIT ]
|
[ DEL ]
📄 parse-vlan.sh
662 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: parse-ifname.sh
#!/bin/sh # # Format: # ifname=<interface>:<mac> # # Note letters in the macaddress must be lowercase! # # Examples: # ifname=eth0:4a:3f:4c:04:f8:d7 # # Note when using ifname= to get persistent interface names, you must specify # an ifname= argument for each interface used in an ip= or fcoe= argument # check if there are any ifname parameters if ! getarg ifname= >/dev/null ; then return fi command -v parse_ifname_opts >/dev/null || . /lib/net-lib.sh # Check ifname= lines for p in $(getargs ifname=); do parse_ifname_opts $p done