X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=7c5f69895a7e1c5e544f0aa32dd059338a4734a1;hb=7dbb1d08f66cd44b1296be3ee8e3629b989e19a8;hp=707ced13d2691f52211242f4a06275b04273e7f0;hpb=0a8a0fad010018be0f46d1c2e077ade0eb27c7db;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 707ced13d..7c5f69895 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -345,6 +345,13 @@ As in the [Network] section. This key is mandatory. + + Peer= + + The peer address in a point-to-point connection. Accepts the same format as + the Address key. + + Broadcast= @@ -382,6 +389,12 @@ prefixlength. If ommitted, a full-length host route is assumed. + + Metric= + + The metric of the route. An unsigned integer + + @@ -404,6 +417,13 @@ be used on the current link. Defaults to false. + + SendHostname= + + When true (the default), the machine's hostname will be sent to the DHCP + server + + UseHostname= @@ -426,6 +446,21 @@ if, say, the root filesystem relies on this connection. Defaults to false. + + VendorClassIdentifier= + + The vendor class identifier used to identify vendor type and configuration. + + + + RequestBroadcast= + + Request the server to use broadcast messages before the IP address has been + configured. This is necessary for devices that cannot receive RAW packets, or that + cannot receive packets at all before an IP address has been configured. On the other + hand, this must not be enabled on networks where broadcasts are filtered out. + +