supersede { [option declaration] [, ... option declaration] }
If for some set of options the client should always use its own
value rather than any value supplied by the server, these values
can be defined in the supersede statement.
Some options values have special meaning:
interface-mtu
Any server-supplied interface MTU is ignored by the
client if a supersede zero value is configured.
prepend { [option declaration] [, ... option declaration] }
If for some set of options the client should use a value you
supply, and then use the values supplied by the server, if any,
these values can be defined in the prepend statement. The
prepend statement can only be used for options which allow more
than one value to be given. This restriction is not enforced -
if violated, the results are unpredictable.
append { [option declaration] [, ... option declaration] }
If for some set of options the client should first use the values
supplied by the server, if any, and then use values you supply,
these values can be defined in the append statement. The append
statement can only be used for options which allow more than one
value to be given. This restriction is not enforced - if you
ignore it, the behaviour will be unpredictable.