mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 01:40:16 +00:00
Amir - rev 198
Log: Removed unused variable in interface.c
This commit is contained in:
parent
960182aaf0
commit
b571e7fc5f
@ -809,7 +809,6 @@ DEFUN (linkdetect,
|
|||||||
"link-detect",
|
"link-detect",
|
||||||
"Enable link detection on interface\n")
|
"Enable link detection on interface\n")
|
||||||
{
|
{
|
||||||
int ret;
|
|
||||||
struct interface *ifp;
|
struct interface *ifp;
|
||||||
int if_was_operative;
|
int if_was_operative;
|
||||||
|
|
||||||
@ -833,7 +832,6 @@ DEFUN (no_linkdetect,
|
|||||||
NO_STR
|
NO_STR
|
||||||
"Disable link detection on interface\n")
|
"Disable link detection on interface\n")
|
||||||
{
|
{
|
||||||
int ret;
|
|
||||||
struct interface *ifp;
|
struct interface *ifp;
|
||||||
int if_was_operative;
|
int if_was_operative;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user