This patch integrates LLDP with networkd.
Example conf:
file : lldp.network
[Match]
Name=em1
[Network]
LLDP=yes
---
man/systemd.network.xml | 7 +
src/network/networkd-link.c | 45
src/network/networkd-link.h | 2
This patch introduces LLDP support to networkd. it implements the
receiver side of the protocol.
The Link Layer Discovery Protocol (LLDP) is an industry-standard,
vendor-neutral method to allow networked devices to advertise
capabilities, identity, and other information onto a LAN. The Layer 2
pro
On Fri, Nov 21, 2014 at 11:43:47AM -0500, Steve Dickson wrote:
> From: Tom Gundersen
>
> Making rpcbind sockect activated will greatly simplify
> its integration in systemd systems. In essence, other services
> may now assume that rpcbind is always available, even during very
> early boot. This m
On Sun, Nov 23, 2014 at 12:14:32AM +0100, Zbigniew Jędrzejewski-Szmek wrote:
> On Sat, Nov 22, 2014 at 02:47:49PM +0100, David Herrmann wrote:
> > Hi
> >
> > On Fri, Nov 21, 2014 at 5:00 AM, Peter Hutterer
> > wrote:
> > > I was playing around with systemd-nspawn and systemd-run. The latter
> >
On Fri, Nov 21, 2014 at 09:23:19PM +0100, Peter Mattern wrote:
> Hello.
>
> Right now systemctl's command list-dependencies is considering
> parameters Wants and Requires only.
>
> But given that command's purpose I was wondering whether it wouldn't
> make sense to have it consider BindsTo as wel
On Fri, Nov 21, 2014 at 09:44:48PM +0100, Richard Schütz wrote:
> commit 79d80fc1466512d0ca211f4bfcd9de5f2f816a5a introduced a regression that
> prevents mounting a tmpfs if the mount point already exits in the container's
> root file system. This commit fixes the problem by ignoring EEXIST.
> ---
On Sat, Nov 22, 2014 at 03:58:47PM -0500, Chris Atkinson wrote:
> See Bug 86263
It's better to specify the full URL for the bugtracker, since
we have also the distribution bugtrackers, and then people can
easily click to the the bug report.
I can see how someone who doesn't know anything about sys
On Sat, Nov 22, 2014 at 02:47:49PM +0100, David Herrmann wrote:
> Hi
>
> On Fri, Nov 21, 2014 at 5:00 AM, Peter Hutterer
> wrote:
> > I was playing around with systemd-nspawn and systemd-run. The latter doesn't
> > seem to let me run a command that solely exists on the container.
> > simple way o
See Bug 86263
---
man/logind.conf.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/man/logind.conf.xml b/man/logind.conf.xml
index d245bf4..d37fcba 100644
--- a/man/logind.conf.xml
+++ b/man/logind.conf.xml
@@ -281,17 +281,17 @@
sleep k
Hi
On Fri, Nov 21, 2014 at 5:00 AM, Peter Hutterer
wrote:
> I was playing around with systemd-nspawn and systemd-run. The latter doesn't
> seem to let me run a command that solely exists on the container.
> simple way of reproducing: drop a file foo into the container, then on the
> host run
>
>
10 matches
Mail list logo