mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
8 lines
248 B
Bash
Executable File
8 lines
248 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# 99-default.link rule always calls link_config that trying to set
|
|
# autonegotiation and duplex even for PPP interfaces.
|
|
# Need to delete this rule to prevent overhead on interface creation stage
|
|
|
|
rm /lib/systemd/network/99-default.link
|