From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: wip-netlink Date: Fri, 22 Mar 2019 21:44:28 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7R9E-0000vB-Tv for guix-devel@gnu.org; Fri, 22 Mar 2019 16:52:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7R22-0003FP-PP for guix-devel@gnu.org; Fri, 22 Mar 2019 16:44:51 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix-devel , =?UTF-8?Q?Ludovic_Court=C3=A8s?= , Kristofer Buffington Hello guix, I've pushed a branch with some preliminary work on the netlink wrapper for guix, so that we can have ipv6 static network configuration, and a bunch of other goodies, including hopefully container networking. This is in quite an early stage, I was mostly doing some research, and tried to define the data structures needed. Wdyt? Best regards, g_bor