Update src/confd/src/ietf-interfaces.c

Co-authored-by: Tobias Waldekranz <tobias@waldekranz.com>
This commit is contained in:
Joachim Wiberg
2024-04-29 14:31:40 +02:00
committed by Tobias Waldekranz
co-authored by Tobias Waldekranz
parent f5408d9fbc
commit 66ae2eb2e8
+1 -1
View File
@@ -698,7 +698,7 @@ static int netdag_gen_ethtool_autoneg(struct dagger *net, struct lyd_node *cif)
if (!fp)
return -EIO;
fprintf(fp, "ethtool --change %s autoneg ", ifname);
fprintf(fp, "ethtool --change %s autoneg ", ifname);
if (!aneg || lydx_is_enabled(aneg, "enable")) {
fputs("on\n", fp);