@@ -110,26 +110,29 @@ Parameter Description
110
110
111
111
**type **: ``string `` **default **: ``all ``
112
112
113
- This determines exactly *how * the MAC address is validated. This option defines a
114
- lot of different possible values based on the type of MAC address that you want to allow/deny:
113
+ .. versionadded :: 7.1
114
+
115
+ The ``type `` option was introduced in Symfony 7.1.
115
116
116
- ================================ ==============================================================
117
- Parameter Description
118
- ================================ ==============================================================
117
+ This option defines the kind of MAC addresses that are allowed. There are a lot
118
+ of different possible values based on your needs:
119
+
120
+ ================================ =========================================
121
+ Parameter Allowed MAC addresses
122
+ ================================ =========================================
119
123
``all `` All
120
124
``all_no_broadcast `` All except broadcast
125
+ ``broadcast `` Only broadcast
121
126
``local_all `` Only local
127
+ ``local_multicast_no_broadcast `` Only local and multicast except broadcast
128
+ ``local_multicast `` Only local and multicast
122
129
``local_no_broadcast `` Only local except broadcast
123
130
``local_unicast `` Only local and unicast
124
- ``local_multicast `` Only local and multicast
125
- ``local_multicast_no_broadcast `` Only local and multicast except broadcast
126
- ``universal_all `` Only universal
127
- ``universal_unicast `` Only universal and unicast
128
- ``universal_multicast `` Only universal and multicast
129
- ``unicast_all `` Only unicast
130
131
``multicast_all `` Only multicast
131
132
``multicast_no_broadcast `` Only multicast except broadcast
132
- ``broadcast `` Only broadcast
133
- =============== ==============================================================
133
+ ``unicast_all `` Only unicast
134
+ ``universal_all `` Only universal
135
+ ``universal_multicast `` Only universal and multicast
136
+ ================================ =========================================
134
137
135
138
.. _`MAC address` : https://en.wikipedia.org/wiki/MAC_address
0 commit comments