From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: Re: [PATCH 4/5] Use dhclient instead of udhcpc Date: Tue, 14 Jun 2022 03:32:59 +0200 Message-ID: <20220614033259.1d9eda12@elisabeth> In-Reply-To: <20220610023245.845652-5-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3088005986525995307==" --===============3088005986525995307== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Fri, 10 Jun 2022 12:32:44 +1000 David Gibson wrote: > For some reason, the passt/pasta tests and examples use dhclient for > DHCPv6, but in most cases use udhcpc for DHCPv4. ...the reason was that udhcpc doesn't do DHCPv6, and for DHCP I started with udhcpc, then wanted to add a bit of diversity (udhcpc in tests for pasta, dhclient for passt) -- it helped to find some bugs earlier on. Given that dhclient is anyway pickier than udhcpc, I think we can safely stick to the former at this point. -- Stefano --===============3088005986525995307==--