This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/src/dhcp6relay
kellyyeh a86320a773
DHCPv6 Relay multivlan functionality support (#9178)
Fix support for DHCPV6 Relay multi vlan functionality. Make sure the relayed packet is received at correct interface.

How I did it
Bind a socket to each vlan interface's global and link-local address.
Socket binded to global address is used for relaying data from client to server and receiving data from servers.
Socket binded to link-local address is used for relaying data received from server back to the client.
2021-11-11 17:49:04 -08:00
..
debian Add DHCPv6 Relay Agent (#8251) 2021-08-20 09:11:40 -07:00
src DHCPv6 Relay multivlan functionality support (#9178) 2021-11-11 17:49:04 -08:00
.gitignore Add DHCPv6 Relay Agent (#8251) 2021-08-20 09:11:40 -07:00
Makefile dhcp6relay: Save the dbgsym package into the target folder (#9013) 2021-10-21 13:24:33 -07:00