Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 803191 - iproute2.sh|ifconfig.sh wrong comparison
Summary: iproute2.sh|ifconfig.sh wrong comparison
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: netifrc Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-21 08:42 UTC by Wojciech Pyczak
Modified: 2021-07-21 08:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Pyczak 2021-07-21 08:42:38 UTC
Probably meaningless since as far as I can tell both is_oper_up and is_admin_up are not used anywhere but both files contains this at the end:

is_oper_up()
{
...
	[ "x$state" = "up" ]
}