diff --git a/src/confd/src/ietf-interfaces.c b/src/confd/src/ietf-interfaces.c index e2090059..f620e89d 100644 --- a/src/confd/src/ietf-interfaces.c +++ b/src/confd/src/ietf-interfaces.c @@ -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);