aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 6d83dae..5b6cc2b 100644
--- a/conf.c
+++ b/conf.c
@@ -1796,6 +1796,8 @@ void conf(struct ctx *c, int argc, char **argv)
if (c->splice_only)
die("--splice-only is for pasta mode only");
}
+ if (c->no_splice && c->host_lo_to_ns_lo)
+ die("--host-lo-to-ns-lo is incompatible with --no-splice");
if (c->mode == MODE_PASTA && !c->pasta_conf_ns) {
if (copy_routes_opt)