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 issue: snmpagentaddress doesn't support the uppercase letters for ipv6 address #1990

Closed
wants to merge 2 commits into from

Conversation

xwjiang-ms
Copy link
Contributor

Fixes #4852

What I did

      Snmpagentaddress now support upper letters input for ipv6 address
      Fix some grammer mistakes

How I did it

      Convert all agentip to lower to match netifaces addresses
      delete ; after break, convert addfress to address

How to verify it

      'sudo config snmpagentadress add FC00:1::32 -v mgmt'
      The ipv6 address can be obtained by command 'sudo ifconfig'

Previous command output (if the output of a command-line utility has changed)

      'IP addfress is not available'

New command output (if the output of a command-line utility has changed)

      we can see the entry by echoing 'show snmpagentaddress'

Ubuntu and others added 2 commits December 28, 2021 02:58
…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'
@xwjiang-ms xwjiang-ms closed this Dec 28, 2021
stepanblyschak pushed a commit to stepanblyschak/sonic-utilities that referenced this pull request Apr 18, 2022
Commits:
f147d9e - 2021-10-27 : [Mux orch] Handle setting unknown mux state (sonic-net#1984) [Prince Sunny]
4618b2b - 2021-10-28 : Change tunnel orch order (sonic-net#1990) [Prince Sunny]
505d52d - 2021-10-20 : Fix the option missing in kernel config issue (sonic-net#1973) [xumia]
7bf4dfb - 2021-10-18 : SAI_REDIS_SWITCH_ATTR_CONTEXT shouldbe the last attribute. This is what sairedis library expects (sonic-net#1935) [judyjoseph]
c58919e - 2021-10-08 : [logfile][202012]: Add option to specify swss rec file name (sonic-net#1946) [judyjoseph]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant