On 2015-08-06 at 15:01 +0200, Michael Biebl wrote:
> 2015-08-06 14:43 GMT+02:00 Reindl Harald :
> > well, but "Type=simple" is default and recommended everywhere
> > because there
> > is no main-pid to guess and the with "Restart=always" monitored is
> > in fact
> > "ExecStart"
>
>
> Actually,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Actually everything should be settable that can be done with ip-route
and ip-address and stuff...
And ip-rule, by the way.
But, no. Source= parameter in route sections is for source based
routing without adding rules, not to set a preferred source ip
a
On Sun, Aug 09, 2015 at 05:58:40PM +0200, Michał Zegan wrote:
>
> It seems that systemd-networkd can not handle any kind of advanced
> network configurations, that is:
> It cannot handle policy routing and additional routing options like
> setting a src address,
What about this:
[Route] Section
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello.
It seems that systemd-networkd can not handle any kind of advanced
network configurations, that is:
It cannot handle policy routing and additional routing options like
setting a src address,
It does not ensure address ordering (if I have two ad
On Sun, Aug 9, 2015 at 9:57 AM, Andrei Borzenkov
wrote:
> More than half of all files here are *~ files:
>
> bor@opensuse:~/src/systemd> ls -1
> /var/log/journal/40527be2480f8cf60f4e8d4b06b0/*~ | wc -l
> 85
> bor@opensuse:~/src/systemd> ls -1
> /var/log/journal/40527be2480f8cf60f4e8d4b06b
systemd does not assign names to the namespaces – this is mostly an 'ip'
thing, though it has been requested for systemd earlier.
If you know a PID which is in that namespace (e.g. from 'systemctl show'),
you can use 'nsenter --net' to switch into that namespace.)
# nsenter --net --target $PID
Y
Hi,
I am VDSM developer at Ovirt.
I am trying to run VDSM related service with PrivateNetwork=yes and
JoinsNamespaceOf=
in order to isolate VDSM network operations from the host during system tests.
After I alter the service files, run 'systemctl daemon-reload' and restart the
services
it seems