ldx / python-iptables

Python bindings for iptables
731 stars 183 forks source link

Changed regex used to find xtables libs #330

Closed AZaugg closed 1 year ago

AZaugg commented 2 years ago

Updated the regular expression used to identify the path where xtables library symbols are located. This change is needed due to the version of ldconfig packaged in glibc2.28 and greater changed the output that the regular expression is looking for.

Closes #329

nemacysts commented 1 year ago

@ldx any chance you could make a new python-iptables release now that this has been merged?

ldx commented 1 year ago

@ldx any chance you could make a new python-iptables release now that this has been merged?

Absolutely, I'll make a new release soon.