[lxc-devel] [lxc/lxc] f42261: fix: grep not match interface listed by `ip link l...
GitHub
noreply at github.com
Mon Oct 6 16:07:20 UTC 2014
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: f422613e6941580a6e3559e062be0052ba95b76b
https://github.com/lxc/lxc/commit/f422613e6941580a6e3559e062be0052ba95b76b
Author: Joshua Brunner <j.brunner at nexbyte.com>
Date: 2014-10-06 (Mon, 06 Oct 2014)
Changed paths:
M config/init/common/lxc-containers.in
Log Message:
-----------
fix: grep not match interface listed by `ip link list`
Interfaces listed by `ip link list` are prefixed with the index
identifier. The pattern "^$BRNAME" does not match.
- dependencies to ifconfig and ip removed
- wait until interface flagged with IFF_UP
Ref: https://github.com/torvalds/linux/blob/master/include/uapi/linux/if.h
Signed-off-by: Joshua Brunner <j.brunner at nexbyte.com>
More information about the lxc-devel
mailing list