vmware / network-config-manager

Network configuration manager is utility for easily configuring networking on a linux system
Other
35 stars 10 forks source link

This commit has changes for set-ipv4 and set-ipv6. #711

Closed ntsbtz closed 1 month ago

ntsbtz commented 3 months ago

Patched to fix following issues in set-ipv4 and set-ipv6 command.

  1. LinkLocalAddressing overrides while setting ipv6 over ipv4 and vice versa.
  2. DNS settings got overrides while setting ipv6 DNS over ipv4 DNS and vice versa.
  3. Domains option added in both set-ipv4 and set-ipv6 command to set multiple domain names.
  4. UseDomains option added in both set-ipv4 and set-ipv6 command to set UseDomains.
  5. ClientIdentifier option added in set-ipv4 command to set ClientIdentifier.
  6. Added functional testing for set-ipv4 and set-ipv6 with multiple combination.
tapakund commented 1 month ago

Please add description of the changes.