infobloxopen / infoblox-client

Infoblox NIOS Python WAPI Client
Apache License 2.0
142 stars 104 forks source link

Fixed _custom_field_processing bug in NetworkV4 to properly serialize members #295

Closed ddiguru closed 2 years ago

ddiguru commented 2 years ago

Issue/Feature description

NOTE: the Msdhcpserver class is no longer used and could be removed.

Also note that a more agnostic class name could be used here instead of Dhcpmember which infers it's always a Grid DHCP Member vs Microsoft DHCP server - such as Dhcpserver

How it was fixed/implemented

Tests

Two (2) new tests were added to test the bug fix:

Reviewers