Skip to content

Commit 8639f9b

Browse files
nimaydshettyg
authored andcommitted
ovn-northd, tests: Adding IPAM to ovn-northd.
Added an IPv4 and MAC addresses management system to ovn-northd. When a logical switch's other_config:subnet field is set, logical ports attached to that switch that have the keyword "dynamic" in their addresses column will automatically be allocated a globally unique MAC address/unused IPv4 address within the provided subnet. The allocated address will populate the dynamic_addresses column. This can be useful for a user who wants to deploy many VM's or containers with networking capabilities, but does not care about the specific MAC/IPv4 addresses that are assigned. Added tests in ovn.at for ipam. Signed-off-by: Nimay Desai <nimaydesai1@gmail.com> Acked-by: Ben Pfaff <blp@ovn.org> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
1 parent 1b38b6c commit 8639f9b

6 files changed

Lines changed: 724 additions & 4 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Murphy McCauley murphy.mccauley@gmail.com
167167
Natasha Gude natasha@nicira.com
168168
Neil McKee neil.mckee@inmon.com
169169
Neil Zhu zhuj@centecnetworks.com
170+
Nimay Desai nimaydesai1@gmail.com
170171
Nithin Raju nithin@vmware.com
171172
Niti Rohilla niti.rohilla@tcs.com
172173
Numan Siddique nusiddiq@redhat.com

0 commit comments

Comments
 (0)