Christoph Heiss <c.heiss@xxxxxxxxxxx> wrote: > Enables specifying a path to a connlabel.conf to load instead of the > default one at /etc/xtables/connlabel.conf. > > nfct_labelmap_new() already allows supplying a custom path to load > labels from, so it just needs to be passed in there. > > First patch is preparatory only; to make --labelmap > position-independent. > > v1: https://lore.kernel.org/netfilter-devel/20250613102742.409820-1-c.heiss@xxxxxxxxxxx/ > > Changes v1 -> v2: > * introduced preparatory patch moving label merging after arg parsing > * removed redundant `if` around free() call > * abort if --labelmap is specified multiple times Changes look good to me, thanks. I intend to apply this series in the next few days unless someone else beats me to it (or has change requess).