]> git.ipfire.org Git - people/stevee/perl-ipset.git/commit
Add function to get the raw set data.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 1 Sep 2022 17:56:43 +0000 (19:56 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 1 Sep 2022 17:56:43 +0000 (19:56 +0200)
commit69608d2521b3c65557701e62b0ed791f0952c7b0
treeb5dd57230693ef165933b2996a6334765d7d6c7c
parent5d3439902c71cc4cc432a1a470f1ab16dd0fea54
Add function to get the raw set data.

The data will be returned as a single string and
processed by the get_set_data() function, which is part
of the IPSet.pm file. (Because string manipulation and extraction
is much easier in perl than in C.)

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
IPSet.xs