diff --git a/net/xl2tpd/patches/0002-fix-argument-parsing.patch b/net/xl2tpd/patches/0002-fix-argument-parsing.patch new file mode 100644 index 00000000000000..ce2b3bba46cc2b --- /dev/null +++ b/net/xl2tpd/patches/0002-fix-argument-parsing.patch @@ -0,0 +1,13 @@ +--- a/xl2tpd-control.c 2022-08-11 21:39:47.754446499 +0300 ++++ b/xl2tpd-control.c 2022-08-11 21:40:16.849022167 +0300 +@@ -83,7 +83,9 @@ + {"available", &command_available, TUNNEL_NOT_REQUIRED}, + {"add-lns", &command_add_lns, TUNNEL_REQUIRED}, + {"status-lns", &command_status_lns, TUNNEL_REQUIRED}, +- {"remove-lns", &command_remove_lns, TUNNEL_REQUIRED} ++ {"remove-lns", &command_remove_lns, TUNNEL_REQUIRED}, ++ ++ {NULL, NULL, TUNNEL_REQUIRED} + }; + + void usage()