mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[ipv6] Expose IPv6 link-local address settings
Originally-implemented-by: Hannes Reinecke <hare@suse.de> Originally-implemented-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -238,6 +238,9 @@ static inline void ipv6_all_routers ( struct in6_addr *addr ) {
|
||||
addr->s6_addr[15] = 2;
|
||||
}
|
||||
|
||||
/** IPv6 link-local address settings block name */
|
||||
#define IPV6_SETTINGS_NAME "link"
|
||||
|
||||
extern struct list_head ipv6_miniroutes;
|
||||
|
||||
extern struct net_protocol ipv6_protocol __net_protocol;
|
||||
|
||||
Reference in New Issue
Block a user