Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[config] Fix snmpagentaddress doesn't support the uppercase letters f…
…or ipv6 address (#1989) * [config] Fix snmpagentaddress doesn't support the uppercase letters for ipv6 address (#4852) -What I did Snmpagentaddress now support upper letters input for ipv6 address Fix some grammer mistakes -How I did Convert all agentip to lower letters to match netifaces addresses delete ; after break, convert addfress to address -How to verify it 'sudo config snmpagentaddress add FC00:1::32 -v mgmt' The ipv6 address can be obtained by command 'sudo ifconfig' * [config] Change the way to solve issue 4852 -What I did Snmpagentaddress now support upper letters input for ipv6 address -How I did Compare the lower letter of input and netifaces addresses -How to verify it 'sudo config snmpagentaddress add FC00:1::32 -v mgmt' The ipv6 address can be obtained by command 'sudo ifconfig' Co-authored-by: Ubuntu <xiawei@xiawei-vm-01.tisdilhqf3cutp031mpllu05ca.syx.internal.cloudapp.net> Co-authored-by: xwjiang2021 <xwjiang2021@github.com>
- Loading branch information