Skip to content

Commit

Permalink
bier: Document 'Protocol' argument to BierPurge ibus message
Browse files Browse the repository at this point in the history
See #16 (comment)
for details

Signed-off-by: Nicolas Rybowski <[email protected]>
Suggested-by: Renato Westphal <[email protected]>
  • Loading branch information
nrybowski committed Sep 9, 2024
1 parent 226f141 commit 81a0ab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions holo-utils/src/ibus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ pub enum IbusMsg {
// Request to uninstall an entry in the BIRT.
RouteBierDel(BierNbrUninstallMsg),
// Purge the BIRT.
/* TODO: Add Protocol argument to BierPurge to specify which BIRT has to be purged.
* E.g., One could ask to purge the BIRT populated by a specific instance
* of OSPFv3 but not those populated by IS-IS.
* See https://github.com/holo-routing/holo/pull/16#discussion_r1729456621.
*/
BierPurge,
}

Expand Down

0 comments on commit 81a0ab1

Please sign in to comment.