]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Merge commit 'e42eedb9' into haugesund
authorMaria Matejka <mq@ucw.cz>
Wed, 9 Mar 2022 10:01:44 +0000 (11:01 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 9 Mar 2022 10:02:55 +0000 (11:02 +0100)
1  2 
doc/bird.sgml
filter/test.conf
nest/config.Y
nest/route.h
nest/rt-table.c
proto/babel/babel.c
proto/bgp/attrs.c
proto/bgp/bgp.c
proto/bgp/bgp.h
sysdep/bsd/krt-sock.c
sysdep/linux/netlink.c

diff --cc doc/bird.sgml
Simple merge
Simple merge
diff --cc nest/config.Y
Simple merge
diff --cc nest/route.h
index 19c1353857e4d94f4ac39df95ec9ff32de79db17,d2c4adefed1242e794b5a75c6c1128b856765800..9fd3bdcc5a798bf56b5940d7fbe147a13ae555da
@@@ -281,23 -248,8 +267,9 @@@ typedef struct rte 
      struct {
        u8 suppressed;                  /* Used for deterministic MED comparison */
        s8 stale;                               /* Route is LLGR_STALE, -1 if unknown */
 +      struct rtable *base_table;      /* Base table for Flowspec validation */
      } bgp;
  #endif
- #ifdef CONFIG_BABEL
-     struct {
-       u16 seqno;                      /* Babel seqno */
-       u16 metric;                     /* Babel metric */
-       u64 router_id;                  /* Babel router id */
-     } babel;
- #endif
-     struct {                          /* Routes generated by krt sync (both temporary and inherited ones) */
-       s8 src;                         /* Alleged route source (see krt.h) */
-       u8 proto;                               /* Kernel source protocol ID */
-       u8 seen;                                /* Seen during last scan */
-       u8 best;                                /* Best route in network, propagated to core */
-       u32 metric;                     /* Kernel metric */
-     } krt;
    } u;
  } rte;
  
diff --cc nest/rt-table.c
Simple merge
Simple merge
Simple merge
diff --cc proto/bgp/bgp.c
Simple merge
diff --cc proto/bgp/bgp.h
Simple merge
Simple merge
Simple merge