File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 148
148
<constant >FILTER_FLAG_IPV6</constant >,
149
149
<constant >FILTER_FLAG_NO_PRIV_RANGE</constant >,
150
150
<constant >FILTER_FLAG_NO_RES_RANGE</constant >,
151
+ <constant >FILTER_FLAG_GLOBAL_RANGE</constant >,
151
152
<constant >FILTER_NULL_ON_FAILURE</constant >
152
153
</entry >
153
154
<entry >
@@ -739,6 +740,19 @@ filter.default_flags = 0
739
740
</para >
740
741
</entry >
741
742
</row >
743
+ <row >
744
+ <entry ><constant >FILTER_FLAG_GLOBAL_RANGE</constant ></entry >
745
+ <entry >
746
+ <constant >FILTER_VALIDATE_IP</constant >
747
+ </entry >
748
+ <entry >
749
+ <para >
750
+ Fails validation for non global IPv4/IPv6 ranges as found in
751
+ <link xlink : href =" &url.rfc; 6890" >RFC 6890</link > with the
752
+ <literal >Global</literal > attribute being <literal >False</literal >.
753
+ </para >
754
+ </entry >
755
+ </row >
742
756
<row >
743
757
<entry ><constant >FILTER_FLAG_SCHEME_REQUIRED</constant ></entry >
744
758
<entry >
@@ -817,6 +831,13 @@ filter.default_flags = 0
817
831
</row >
818
832
</thead >
819
833
<tbody >
834
+ <row >
835
+ <entry >8.2.0</entry >
836
+ <entry >
837
+ <constant >FILTER_FLAG_GLOBAL_RANGE</constant > as a flag to
838
+ <constant >FILTER_VALIDATE_IP</constant > has been added.
839
+ </entry >
840
+ </row >
820
841
<row >
821
842
<entry >7.3.0</entry >
822
843
<entry >
You can’t perform that action at this time.
0 commit comments