mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-09-16 12:52:36 +00:00
Clean up filter doc comment
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ impl RouteUpdateFilter for AllowedSubnet {
|
||||
}
|
||||
}
|
||||
|
||||
/// Limit the announced subnets to those which contain the derived IP from the [`crate::router_id::RouterId`].
|
||||
/// Limit the announced subnets to those which contain the derived IP from the `RouterId`.
|
||||
pub struct RouterIdOwnsSubnet;
|
||||
|
||||
impl RouteUpdateFilter for RouterIdOwnsSubnet {
|
||||
|
||||
Reference in New Issue
Block a user