mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 09:15:34 +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_metric u._prefix_metric
|
||||||
#define prefix_refer_lstype u._prefix_referenced_lstype
|
#define prefix_refer_lstype u._prefix_referenced_lstype
|
||||||
/* followed by one address_prefix */
|
/* followed by one address_prefix */
|
||||||
|
struct in6_addr addr[];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define OSPF6_PREFIX_OPTION_NU (1 << 0) /* No Unicast */
|
#define OSPF6_PREFIX_OPTION_NU (1 << 0) /* No Unicast */
|
||||||
|
Loading…
Reference in New Issue
Block a user