Fix bugs around dhcp4_flag

This commit is contained in:
2020-01-06 15:37:53 -05:00
parent 3816da6be6
commit 096a740c4f
3 changed files with 7 additions and 7 deletions

View File

@ -1608,7 +1608,7 @@ class API_Network_Root(Resource):
reqargs.get('ip4_gateway', None),
reqargs.get('ip6_network', None),
reqargs.get('ip6_gateway', None),
reqargs.get('dhcp4_flag', None),
reqargs.get('dhcp4', None),
reqargs.get('dhcp4_start', None),
reqargs.get('dhcp4_end', None),
)
@ -1732,7 +1732,7 @@ class API_Network_Element(Resource):
reqargs.get('ip4_gateway', None),
reqargs.get('ip6_network', None),
reqargs.get('ip6_gateway', None),
reqargs.get('dhcp4_flag', None),
reqargs.get('dhcp4', None),
reqargs.get('dhcp4_start', None),
reqargs.get('dhcp4_end', None),
)
@ -1828,7 +1828,7 @@ class API_Network_Element(Resource):
reqargs.get('ip4_gateway', None),
reqargs.get('ip6_network', None),
reqargs.get('ip6_gateway', None),
reqargs.get('dhcp4_flag', None),
reqargs.get('dhcp4', None),
reqargs.get('dhcp4_start', None),
reqargs.get('dhcp4_end', None),
)