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

[show] Can't show runningconfiguration syslog for IPv6 address #1585

Closed

Conversation

ezio-chen
Copy link

@ezio-chen ezio-chen commented Apr 30, 2021

What I did:
Support to show IPv6 address in "show runningconfiguration syslog"

Why I did it:
Current implementation is only support to show IPv4 address

How I verified it:

  $ sudo config syslog add 2001:db8:2de::e13
  $ sudo config syslog add ::100
  $ sudo config syslog add 192.168.1.33
  $ sudo config syslog add 192.168.50.33
  $ show runningconfiguration syslog
  Syslog Servers
  ----------------
  192.168.1.33
  192.168.50.33
  2001:db8:2de::e13
  ::100

What I did:
  Support to show IPv6 address in "show runningconfiguration syslog"

Why I did it:
  Current implementation is only support to show IPv4 address

How I verified it:
  admin@sonic:~$ sudo config syslog add 2001:db8:2de::e13
  admin@sonic:~$ sudo config syslog add ::100
  admin@sonic:~$ sudo config syslog add 192.168.1.33
  admin@sonic:~$ sudo config syslog add 192.168.50.33
  admin@sonic:~$ show runningconfiguration syslog
  Syslog Servers
  ----------------
  192.168.1.33
  192.168.50.33
  2001:db8:2de::e13
  ::100
@ezio-chen
Copy link
Author

Fixed by #1933

@ezio-chen ezio-chen closed this Dec 6, 2021
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