Skip to content

add FILTER_FLAG_GLOBAL_RANGE documentation #1811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions reference/filter/filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<constant>FILTER_FLAG_IPV6</constant>,
<constant>FILTER_FLAG_NO_PRIV_RANGE</constant>,
<constant>FILTER_FLAG_NO_RES_RANGE</constant>,
<constant>FILTER_FLAG_GLOBAL_RANGE</constant>,
<constant>FILTER_NULL_ON_FAILURE</constant>
</entry>
<entry>
Expand Down Expand Up @@ -739,6 +740,19 @@ filter.default_flags = 0
</para>
</entry>
</row>
<row>
<entry><constant>FILTER_FLAG_GLOBAL_RANGE</constant></entry>
<entry>
<constant>FILTER_VALIDATE_IP</constant>
</entry>
<entry>
<para>
Fails validation for non global IPv4/IPv6 ranges as found in
<link xlink:href="&url.rfc;6890">RFC 6890</link> with the
<literal>Global</literal> attribute being <literal>False</literal>.
</para>
</entry>
</row>
<row>
<entry><constant>FILTER_FLAG_SCHEME_REQUIRED</constant></entry>
<entry>
Expand Down Expand Up @@ -817,6 +831,13 @@ filter.default_flags = 0
</row>
</thead>
<tbody>
<row>
<entry>8.2.0</entry>
<entry>
<constant>FILTER_FLAG_GLOBAL_RANGE</constant> as a flag to
<constant>FILTER_VALIDATE_IP</constant> has been added.
</entry>
</row>
<row>
<entry>7.3.0</entry>
<entry>
Expand Down