diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-13 13:51:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-13 13:55:15 +0100 |
commit | 6d0b55c272ea31d025e8b3c311cea8cda0bfefd7 (patch) | |
tree | 55f2ec0104f2d0a49efdc282c597e1429f4e0345 /Makefile.am | |
parent | 5a8bcb674f71a20e95df55319b34c556638378ce (diff) |
nspawn: add new option "--port=" for exposing container ports on the local host
This exposes an IP port on the container as local port using DNAT.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9d07a2b6eb..00218b77ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2658,6 +2658,11 @@ systemd_nspawn_LDADD += \ $(SECCOMP_LIBS) endif +if HAVE_LIBIPTC +systemd_nspawn_LDADD += \ + libsystemd-fw.la +endif + # ------------------------------------------------------------------------------ systemd_run_SOURCES = \ src/run/run.c |