Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[config] Fix snmpagentaddress doesn't support the uppercase letters for ipv6 address #1989

Merged
merged 3 commits into from
Feb 16, 2022

Commits on Dec 28, 2021

  1. [config] Fix snmpagentaddress doesn't support the uppercase letters f…

    …or 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'
    Ubuntu committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    f105f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e180c73 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. [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'
    xwjiang2021 committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    172b44e View commit details
    Browse the repository at this point in the history