X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=acd845498c0cef29dfdf07309948e2aeb57ef3cb;hb=2442b93d15f5523aba0c5dc56a42757af889c483;hp=cea416f94f02e83c0d58e2e5fee708cf78a7af0e;hpb=fb1021a26db14b199c50e3eed77a1daa371f282e;p=elogind.git diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index cea416f94..acd845498 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -447,6 +447,35 @@ The default value is slow. + + + MIIMonitorSec= + + Specifies the frequency that Media Independent Interface link + monitoring will occur. A value of zero disables MII link monitoring. + This values is rounded down to the nearest millisecond. The default + value is 0. + + + + + UpDelaySec= + + Specifies the delay before a link is enabled after a link up + status has been detected. This value is rounded down to a multiple of + MIIMonitorSec. The default value is 0. + + + + + DownDelaySec= + + Specifies the delay before a link is disabled after a link down + status has been detected. This value is rounded down to a multiple of + MIIMonitorSec. The default value is 0. + + +