You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgreSQL provides a masklen() function to match on the mask length of a prefix or IP address. Should be trivial to write a filter to support matching masks equal to, greater than, or less than a given value. (This would probably need to be used in conjunction with filtering by address family.)
The text was updated successfully, but these errors were encountered:
PostgreSQL provides a
masklen()
function to match on the mask length of a prefix or IP address. Should be trivial to write a filter to support matching masks equal to, greater than, or less than a given value. (This would probably need to be used in conjunction with filtering by address family.)The text was updated successfully, but these errors were encountered: