summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-11-11 14:40:17 -0500
committerDonald Sharp <sharpd@nvidia.com>2021-11-11 14:41:27 -0500
commitb72aae2e044a1dbc5cffada5b7f3abec26f46ec7 (patch)
treeb37c40fa71c04edde3874867b00f2d882d98559f /lib/if.h
parente36f61b507746afff375759b1e496af529b98b26 (diff)
*: Cleanup some documentation from quagga->frr
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/if.h b/lib/if.h
index 506c14ff59..1012bf5557 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -399,16 +399,12 @@ struct connected {
/*
The ZEBRA_IFC_REAL flag should be set if and only if this address
exists in the kernel and is actually usable. (A case where it exists
- but
- is not yet usable would be IPv6 with DAD)
+ but is not yet usable would be IPv6 with DAD)
The ZEBRA_IFC_CONFIGURED flag should be set if and only if this
- address
- was configured by the user from inside quagga.
+ address was configured by the user from inside frr.
The ZEBRA_IFC_QUEUED flag should be set if and only if the address
- exists
- in the kernel. It may and should be set although the address might
- not be
- usable yet. (compare with ZEBRA_IFC_REAL)
+ exists in the kernel. It may and should be set although the
+ address might not be usable yet. (compare with ZEBRA_IFC_REAL)
The ZEBRA_IFC_DOWN flag is used to record that an address is
present, but down/unavailable.
*/