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

[CLI] config vlan dhcp_relay is accepting ipv6 addresses and restarting the service #12954

Open
vivekrnv opened this issue Dec 6, 2022 · 0 comments

Comments

@vivekrnv
Copy link
Contributor

vivekrnv commented Dec 6, 2022

Description

dhcpv6 relay needs config only in DHCP_RELAY table and not in VLAN table and thus the "config vlan" cli shouldn't accept an ipv6 address.

Steps to reproduce the issue:

1.  config vlan add 100
2.  config vlan dhcp_relay add 100 fc00::3:2

Describe the results you received:

Added DHCP relay destination addresses ['fc00::3:2'] to Vlan100
Restarting DHCP relay service...

Describe the results you expected:

CLI should reject ipv6 address with a relevant message.

Output of show version:

Seen on all labels

@vivekrnv vivekrnv changed the title [CLI] [dhcp6relay] config vlan dhcp_relay is accepting ipv6 addresses and restarting the service [CLI] config vlan dhcp_relay is accepting ipv6 addresses and restarting the service Dec 6, 2022
@tjchadaga tjchadaga added Triaged this issue has been triaged MSFT labels Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants