-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
field own_ipv6 is basically unused:
plague@smrcek ~/git/dpservice $ grep -rn own_ipv6 src/
src/nodes/ipv6_nd_node.c:80: dp_copy_ipv6(&port->iface.cfg.own_ipv6, dp_get_dst_ipv6(req_ipv6_hdr));
plague@smrcek ~/git/dpservice $ grep -rn own_ipv6 include/
include/dp_port.h:31: union dp_ipv6 own_ipv6;
In contrast with own_ip which is used in many places (gRPC, ARP, DHCP, ...).
But there is also dhcp_ipv6 which is actually used almost like own_ip above.
Am I missing something or should these be merged?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress
Status
No status