You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dhcp_relay] Build dhcprelay from dhcp6relay folder when available (#23785)
Why I did it
Moving DHCP v6 Relay code to dhcp6relay folder in sonic-dhcp-relay repo.
For compilation to succeed when the code is moved , these changes are raised to compile if dhcp6relay folder is present.
Otherwise it will compile as before.
Corresponding sonic-dhcp-relay PR: sonic-net/sonic-dhcp-relay#72
How I did it
Added a check to verify if dhcprelay/dhcp6relay exists , then it will compile from that folder.
How to verify it
Default compilation
Move DHCP v6 related code to dhcprelay/dhcp6relay folder
Both above cases code should compile.
0 commit comments