From 8697fa70919d97dafeb14d35c7f33997c1628739 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Nov 2016 12:34:49 +0100 Subject: [PATCH] l2tpd socket naming: there's no oml associated with p-gsl or trau --- siu/l2tp/l2tpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/siu/l2tp/l2tpd.c b/siu/l2tp/l2tpd.c index 16905b3..84f593d 100644 --- a/siu/l2tp/l2tpd.c +++ b/siu/l2tp/l2tpd.c @@ -102,8 +102,8 @@ int main(int argc, char **argv) l2i = talloc_zero(tall_l2tp_ctx, struct l2tpd_instance); l2i->cfg.bind_ip = "0.0.0.0"; l2i->cfg.rsl_oml_path = "/tmp/rsl_oml"; - l2i->cfg.pgsl_path = "/tmp/pgsl_oml"; - l2i->cfg.trau_path = "/tmp/trau_oml"; + l2i->cfg.pgsl_path = "/tmp/pgsl"; + l2i->cfg.trau_path = "/tmp/trau"; /* connection id starts with 1 */ l2i->next_l_cc_id = 1; /* session id starts with 1 */