brctl missing
brctl missing
I just installed CentOS 8, and am unable to find brctl. Tried installing bridge-utils, but the package is not found by yum.
Any idea how to get brctl?
Thanks!
Any idea how to get brctl?
Thanks!
Re: brctl missing
What do you want to do with the brctl?
You might be able to achieve the same result with tools that are available.
You might be able to achieve the same result with tools that are available.
Re: brctl missing
Same thing for me, I'm trying to play with Linux bridges in CentOS 8, but "bridge-utils" is not available. Of course I can use other tools like "ip", but I need exactly to use "brctl", it is deprecated, I think that's why it has been removed completely from CentOS 8. What will be the most correct way to bring back "bridge-utils" ?
Re: brctl missing
It's deprecated and removed and the functionality is now present in either the ip bridge command or the bridge utility.
It's not coming back so you might as well accept that and work around it.
It's not coming back so you might as well accept that and work around it.
CentOS 6 will die in November 2020 - migrate sooner rather than later!
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
Re: brctl missing
Q:
* fail to answer the question
* are close to XY Problem. See http://xyproblem.info/
A:
Sorry, but as far as I can see, you:
* fail to answer the question
* are close to XY Problem. See http://xyproblem.info/
-
- Posts: 1929
- Joined: 2015/02/17 15:14:33
- Location: Bulgaria
- Contact:
Re: brctl missing
I used 'nmcli' to create a linux bridge in CentOS7. You can give it a try.
Re: brctl missing
My question was "What would be the most correct way to bring back bridge-utils ?"
And what kind of replies I received ?
Anyway, the main point here is that RedHat/CentOS team is breaking backward compatibility. In the past if the system doesn't contain "bridge-utils", my scripts would install it, by issuing "yum -y install bridge-utils", now bridge-utils is completely removed, this is not good at all. Backward compatibility is king, so breaking it, is a nasty thing.
And what kind of replies I received ?
Anyway, the main point here is that RedHat/CentOS team is breaking backward compatibility. In the past if the system doesn't contain "bridge-utils", my scripts would install it, by issuing "yum -y install bridge-utils", now bridge-utils is completely removed, this is not good at all. Backward compatibility is king, so breaking it, is a nasty thing.
Re: brctl missing
Backwards compatibility is often broken at major version release times. That's when you get to make changes to cater for e.g. CentOS 7 to 8 differences.
CentOS 6 will die in November 2020 - migrate sooner rather than later!
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
-
- Posts: 1929
- Joined: 2015/02/17 15:14:33
- Location: Bulgaria
- Contact:
Re: brctl missing
According to https://access.redhat.com/documentation ... ctionality , bridge-utils was deprecated in 7.7 .
It is completely natural to be removed on the major release.
It is completely natural to be removed on the major release.