Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

<!--
 - Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 -
 - This Source Code Form is subject to the terms of the Mozilla Public
 - License, v. 2.0. If a copy of the MPL was not distributed with this
 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
 -
 - See the COPYRIGHT file distributed with this work for additional
 - information regarding copyright ownership.
-->

<!-- Generated by doc/misc/docbook-options.pl -->

<programlisting>
<command>server</command> <replaceable>netprefix</replaceable> {
	<command>bogus</command> <replaceable>boolean</replaceable>;
	<command>edns</command> <replaceable>boolean</replaceable>;
	<command>edns-udp-size</command> <replaceable>integer</replaceable>;
	<command>edns-version</command> <replaceable>integer</replaceable>;
	<command>keys</command> <replaceable>server_key</replaceable>;
	<command>max-udp-size</command> <replaceable>integer</replaceable>;
	<command>notify-source</command> ( <replaceable>ipv4_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [
	    <command>dscp</command> <replaceable>integer</replaceable> ];
	<command>notify-source-v6</command> ( <replaceable>ipv6_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ]
	    [ dscp <replaceable>integer</replaceable> ];
	<command>padding</command> <replaceable>integer</replaceable>;
	<command>provide-ixfr</command> <replaceable>boolean</replaceable>;
	<command>query-source</command> ( ( [ address ] ( <replaceable>ipv4_address</replaceable> | * ) [ port (
	    <replaceable>integer</replaceable> | * ) ] ) | ( [ [ address ] ( <replaceable>ipv4_address</replaceable> | * ) ]
	    <command>port</command> ( <replaceable>integer</replaceable> | * ) ) ) [ dscp <replaceable>integer</replaceable> ];
	<command>query-source-v6</command> ( ( [ address ] ( <replaceable>ipv6_address</replaceable> | * ) [ port (
	    <replaceable>integer</replaceable> | * ) ] ) | ( [ [ address ] ( <replaceable>ipv6_address</replaceable> | * ) ]
	    <command>port</command> ( <replaceable>integer</replaceable> | * ) ) ) [ dscp <replaceable>integer</replaceable> ];
	<command>request-expire</command> <replaceable>boolean</replaceable>;
	<command>request-ixfr</command> <replaceable>boolean</replaceable>;
	<command>request-nsid</command> <replaceable>boolean</replaceable>;
	<command>send-cookie</command> <replaceable>boolean</replaceable>;
	<command>tcp-keepalive</command> <replaceable>boolean</replaceable>;
	<command>tcp-only</command> <replaceable>boolean</replaceable>;
	<command>transfer-format</command> ( many-answers | one-answer );
	<command>transfer-source</command> ( <replaceable>ipv4_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [
	    <command>dscp</command> <replaceable>integer</replaceable> ];
	<command>transfer-source-v6</command> ( <replaceable>ipv6_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * )
	    ] [ dscp <replaceable>integer</replaceable> ];
	<command>transfers</command> <replaceable>integer</replaceable>;
};
</programlisting>