mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 19:35:13 +00:00
*: Fix spelling of Inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
581776faa1
commit
61879cab13
@ -179,13 +179,13 @@ Interface information message format.
|
|||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
| Index (1) |
|
| Index (1) |
|
||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
| Inteface flag (4) |
|
| Interface flag (4) |
|
||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
| Inteface metric (4) |
|
| Interface metric (4) |
|
||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
| Inteface MTU (4) |
|
| Interface MTU (4) |
|
||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
| Inteface Address count (4) |
|
| Interface Address count (4) |
|
||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
.DE
|
.DE
|
||||||
.sp
|
.sp
|
||||||
|
@ -64,7 +64,7 @@ void pbr_if_del(struct interface *ifp)
|
|||||||
XFREE(MTYPE_PBR_INTERFACE, ifp->info);
|
XFREE(MTYPE_PBR_INTERFACE, ifp->info);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inteface addition message from zebra. */
|
/* Interface addition message from zebra. */
|
||||||
int pbr_ifp_create(struct interface *ifp)
|
int pbr_ifp_create(struct interface *ifp)
|
||||||
{
|
{
|
||||||
DEBUGD(&pbr_dbg_zebra, "%s: %s", __func__, ifp->name);
|
DEBUGD(&pbr_dbg_zebra, "%s: %s", __func__, ifp->name);
|
||||||
|
@ -311,7 +311,7 @@ int if_check_address(struct rip *rip, struct in_addr addr)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inteface link down message processing. */
|
/* Interface link down message processing. */
|
||||||
static int rip_ifp_down(struct interface *ifp)
|
static int rip_ifp_down(struct interface *ifp)
|
||||||
{
|
{
|
||||||
rip_interface_sync(ifp);
|
rip_interface_sync(ifp);
|
||||||
@ -327,7 +327,7 @@ static int rip_ifp_down(struct interface *ifp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inteface link up message processing */
|
/* Interface link up message processing */
|
||||||
static int rip_ifp_up(struct interface *ifp)
|
static int rip_ifp_up(struct interface *ifp)
|
||||||
{
|
{
|
||||||
if (IS_RIP_DEBUG_ZEBRA)
|
if (IS_RIP_DEBUG_ZEBRA)
|
||||||
@ -351,7 +351,7 @@ static int rip_ifp_up(struct interface *ifp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inteface addition message from zebra. */
|
/* Interface addition message from zebra. */
|
||||||
static int rip_ifp_create(struct interface *ifp)
|
static int rip_ifp_create(struct interface *ifp)
|
||||||
{
|
{
|
||||||
rip_interface_sync(ifp);
|
rip_interface_sync(ifp);
|
||||||
|
@ -198,7 +198,7 @@ static int ripng_if_down(struct interface *ifp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inteface link up message processing. */
|
/* Interface link up message processing. */
|
||||||
static int ripng_ifp_up(struct interface *ifp)
|
static int ripng_ifp_up(struct interface *ifp)
|
||||||
{
|
{
|
||||||
if (IS_RIPNG_DEBUG_ZEBRA)
|
if (IS_RIPNG_DEBUG_ZEBRA)
|
||||||
@ -222,7 +222,7 @@ static int ripng_ifp_up(struct interface *ifp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inteface link down message processing. */
|
/* Interface link down message processing. */
|
||||||
static int ripng_ifp_down(struct interface *ifp)
|
static int ripng_ifp_down(struct interface *ifp)
|
||||||
{
|
{
|
||||||
ripng_interface_sync(ifp);
|
ripng_interface_sync(ifp);
|
||||||
@ -238,7 +238,7 @@ static int ripng_ifp_down(struct interface *ifp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inteface addition message from zebra. */
|
/* Interface addition message from zebra. */
|
||||||
static int ripng_ifp_create(struct interface *ifp)
|
static int ripng_ifp_create(struct interface *ifp)
|
||||||
{
|
{
|
||||||
ripng_interface_sync(ifp);
|
ripng_interface_sync(ifp);
|
||||||
|
@ -87,7 +87,7 @@ static struct static_nht_hash_head static_nht_hash[1];
|
|||||||
struct zclient *zclient;
|
struct zclient *zclient;
|
||||||
uint32_t zebra_ecmp_count = MULTIPATH_NUM;
|
uint32_t zebra_ecmp_count = MULTIPATH_NUM;
|
||||||
|
|
||||||
/* Inteface addition message from zebra. */
|
/* Interface addition message from zebra. */
|
||||||
static int static_ifp_create(struct interface *ifp)
|
static int static_ifp_create(struct interface *ifp)
|
||||||
{
|
{
|
||||||
static_ifindex_update(ifp, true);
|
static_ifindex_update(ifp, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user