BGP doesn't need any inline attributes.
This commit is contained in:
parent
3d0ea3a7c3
commit
d3feceff10
1 changed files with 0 additions and 4 deletions
|
@ -161,10 +161,6 @@ typedef struct rte {
|
||||||
u32 metric1, metric2; /* OSPF Type 1 and Type 2 metrics */
|
u32 metric1, metric2; /* OSPF Type 1 and Type 2 metrics */
|
||||||
u32 tag; /* External route tag */
|
u32 tag; /* External route tag */
|
||||||
} ospf;
|
} ospf;
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_BGP
|
|
||||||
struct {
|
|
||||||
} bgp;
|
|
||||||
#endif
|
#endif
|
||||||
struct { /* Routes generated by krt sync (both temporary and inherited ones) */
|
struct { /* Routes generated by krt sync (both temporary and inherited ones) */
|
||||||
s8 src; /* Alleged route source (see krt.h) */
|
s8 src; /* Alleged route source (see krt.h) */
|
||||||
|
|
Loading…
Reference in a new issue