neutron-lib/releasenotes/notes/add-broadcast-mac-constant-ec00b18a883bf875.yaml
Slawek Kaplonski 7567ae23e1 Add BRODCAST_MAC constant with "FF:FF:FF:FF:FF:FF" value
This address is used in many places in Neutron and some stadium projects
so it will be good to have it defined in the neutron-lib and reuse in
all those places later.

Change-Id: I599507ca9892d51e5dfeefeecc343e2d2d52796c
2020-09-14 12:13:52 +00:00

6 lines
139 B
YAML

---
features:
- |
Add new constant ``BROADCAST_MAC`` which has value ``FF:FF:FF:FF:FF:FF`` and
represents broadcast MAC address.