Merge "Add rarp protocol for neutron constants"

This commit is contained in:
Zuul 2019-06-14 18:18:23 +00:00 committed by Gerrit Code Review
commit 893f030b09
2 changed files with 5 additions and 0 deletions

View File

@ -422,6 +422,7 @@ SORT_DIRECTION_DESC = 'desc'
ETHERTYPE_NAME_ARP = 'arp'
ETHERTYPE_ARP = 0x0806
ETHERTYPE_RARP = 0x8035
ETHERTYPE_IP = 0x0800
ETHERTYPE_IPV6 = 0x86DD

View File

@ -0,0 +1,4 @@
---
features:
- |
Add ``ETHERTYPE_RARP`` constant which represents RARP protocol to support live-migration.