commit | 0779db7f5827e701c425ce3b4dbe4fb7ab4531ff | [log] [tgz] |
---|---|---|
author | kokilav <kokilavaradhan@gmail.com> | Tue Jan 07 10:21:51 2025 -0600 |
committer | Ravi Teja <raviteja28031990@gmail.com> | Sat Apr 12 16:38:38 2025 +0000 |
tree | 9f74c502e3174d8520a8ddbdcb7e4eaa41e02f44 | |
parent | f51a2c6a621d63e502ae6d151fffcc3184db8d6f [diff] |
Handle IPv4 address for IPv6 Static Default Gateway Error is not thrown when an IPV4 address is provided. This commit addresses the issue by explicitly handling such cases and returning an InvalidArgument error when a IPV4address is configured for IPV6 Static Default Gateway field. Tested By: Verified the test case and ensured proper invalid argument error is thrown. Change-Id: Ibc3d2a77ae56f5b23c3f8bca12409693aa2f3ad9 Signed-off-by: kokilav <kokilavaradhan@gmail.com>