Comment 7 for bug 1745597

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Verification-done on artful: nplan 0.32~17.10.4

Setting mii-monitor-interval to "5" indeed leads to miimon value of 5 (rather than 5000 as previously), as expected:

ubuntu@DellVostroV130:~$ cat /sys/class/net/bond0/bonding/miimon
5
ubuntu@DellVostroV130:~$ cat /etc/netplan/bond.yaml
network:
    version: 2
    bonds:
        bond0:
            interfaces: [ asix, enp19s0 ]
            addresses:
            - 10.3.99.14/24
            parameters:
                mode: balance-alb
                mii-monitor-interval: 5
            gateway4: 10.3.99.1
            mtu: 1500
            nameservers:
                addresses:
                - 10.3.99.25