diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/developer/building.rst | 2 | ||||
| -rw-r--r-- | doc/developer/index.rst | 1 | ||||
| -rw-r--r-- | doc/developer/lists.rst | 11 | ||||
| -rw-r--r-- | doc/user/protocols.rst | 1 | 
4 files changed, 15 insertions, 0 deletions
diff --git a/doc/developer/building.rst b/doc/developer/building.rst index 6762604f32..6c9f7be7f7 100644 --- a/doc/developer/building.rst +++ b/doc/developer/building.rst @@ -32,5 +32,7 @@ Building FRR     building-frr-for-ubuntu1804     building-frr-for-ubuntu2004     building-frr-for-ubuntu2204 +   building-frr-for-ubuntu2404     building-docker     cross-compiling +   building-doc diff --git a/doc/developer/index.rst b/doc/developer/index.rst index bd794b11a8..528d520ba9 100644 --- a/doc/developer/index.rst +++ b/doc/developer/index.rst @@ -24,3 +24,4 @@ FRRouting Developer's Guide     pceplib     link-state     northbound/northbound +   sbfd diff --git a/doc/developer/lists.rst b/doc/developer/lists.rst index ccac10aab9..b761cc3671 100644 --- a/doc/developer/lists.rst +++ b/doc/developer/lists.rst @@ -187,6 +187,17 @@ To switch between compatible data structures, only these two lines need to be  changes.  To switch to a data structure with a different API, some source  changes are necessary. +As a example to the developer here are some example commits that convert +over to usage of the typesafe data structures: + ++------------------------------------------------------+------------------------------------+ +| Commit Message                                       | SHA                                | ++======================================================+====================================+ +| bgpd: Convert the bgp_advertise_attr->adv to a fifo  | b2e0c12d723a6464f67491ceb9         | ++------------------------------------------------------+------------------------------------+ +| zebra: convert LSP nhlfe lists to use typesafe lists | ee70f629792b90f92ea7e6bece         | ++------------------------------------------------------+------------------------------------+ +  Common iteration macros  ----------------------- diff --git a/doc/user/protocols.rst b/doc/user/protocols.rst index e571cd66fc..fcddf1990c 100644 --- a/doc/user/protocols.rst +++ b/doc/user/protocols.rst @@ -9,6 +9,7 @@ Protocols     zebra     bfd +   sbfd     bgp     babeld     fabricd  | 
