guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32386] [PATCH] gnu: Add ubridge.


From: Leo Famulari
Subject: [bug#32386] [PATCH] gnu: Add ubridge.
Date: Tue, 7 Aug 2018 16:58:57 -0400
User-agent: Mutt/1.10.1 (2018-07-13)

On Tue, Aug 07, 2018 at 11:38:10AM +0300, Oleg Pykhalov wrote:
> * gnu/packages/networking.scm (ubridge): New variable.
> +         (add-before 'build 'set-env-cc
> +           (lambda _
> +             (setenv "CC" "gcc")
> +           #t))

Would it work to set this in #:make-flags? I think that's a little
clearer.

> +    (description "uBridge is a simple program to create user-land bridges
> +between various technologies.  Currently bridging between UDP tunnels,
> +Ethernet and TAP interfaces is supported.  Packet capture is also 
> supported.")

Please add a comma in the second sentence: "Currently, bridging between
UDP tunnels, Ethernet, and TAP interfaces is supported."

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]