interface-file: fix mapping of leasetime to dhcp-leasetime
This commit is contained in:
parent
279d3818b0
commit
02bc14da19
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static const struct remap_token tokens[] = {
|
|||
{"hardware-irq-coalesce-tx-usecs-low", "ethtool-coalesce-tx-usecs-low"}, /* Debian ethtool integration */
|
||||
{"hostname", "dhcp-hostname"}, /* legacy ifupdown */
|
||||
{"key", "tunnel-key"}, /* legacy ifupdown */
|
||||
{"leasetime", "dhcp-leastime"}, /* legacy ifupdown */
|
||||
{"leasetime", "dhcp-leasetime"}, /* legacy ifupdown */
|
||||
{"link-autoneg", "ethtool-ethernet-autoneg"}, /* ifupdown2 */
|
||||
{"link-duplex", "ethtool-link-duplex"}, /* Debian ethtool integration */
|
||||
{"link-fec", "ethtool-link-fec"}, /* ifupdown2 */
|
||||
|
|
Loading…
Reference in a new issue