mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:51:17 +00:00
Merge pull request #1322 from donaldsharp/ospf6_proto
ospf6d: Make ospf6_prefix have an empty v6 addr at end
This commit is contained in:
commit
f872bf502d
@ -62,6 +62,7 @@ struct ospf6_prefix {
|
||||
#define prefix_metric u._prefix_metric
|
||||
#define prefix_refer_lstype u._prefix_referenced_lstype
|
||||
/* followed by one address_prefix */
|
||||
struct in6_addr addr[];
|
||||
};
|
||||
|
||||
#define OSPF6_PREFIX_OPTION_NU (1 << 0) /* No Unicast */
|
||||
|
Loading…
Reference in New Issue
Block a user