X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=dc34154b26168f2cedc60938cf43fdfcf3b1eff6;hp=2b0eb567be02068683fa8074f2a63dfbdcb26ac7;hb=bfa695b5cc37aeb78737c57c84e9e69ea08152c0;hpb=4cc7a82c9490a3c5ae03b1d6d168ce40ba499e23;ds=sidebyside diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 2b0eb567b..dc34154b2 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -218,6 +218,15 @@ + + IPv4LLRoute= + + A boolean. When true, sets up the route needed for + non-IPv4LL hosts to communicate with IPv4LL-only hosts. Defaults + to true. + + + Address= @@ -345,6 +354,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 +398,12 @@ prefixlength. If ommitted, a full-length host route is assumed. + + Metric= + + The metric of the route. An unsigned integer + + @@ -433,6 +455,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. + +