Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 17:13:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).
Message-ID:  <bug-206721-7501-UgRjZIRHxk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206721-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206721-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206721

Roman Bogorodskiy <novel@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|Closed                      |In Progress

--- Comment #12 from Roman Bogorodskiy <novel@FreeBSD.org> ---
(In reply to jimp from comment #10)

I've attached a quick patch (for stable/11) that allows to use supersede for
interface-mtu.

Works for me with config like:

interface "vtnet0" {=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
    supersede interface-mtu 1496;=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20
}

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206721-7501-UgRjZIRHxk>