mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Added an space between code and comments in order to follow the coding standars
This commit is contained in:
@@ -1440,7 +1440,7 @@ class LinuxNetwork(Network):
|
||||
path = os.path.join(path, 'bonding', 'all_slaves_active')
|
||||
if os.path.exists(path):
|
||||
interfaces[device]['all_slaves_active'] = open(path).read() == '1'
|
||||
#Check whether a interface is in promiscuous mode
|
||||
# Check whether a interface is in promiscuous mode
|
||||
if os.path.exists(os.path.join(path,'flags')):
|
||||
promisc_mode = False
|
||||
# The second byte indicates whether the interface is in promiscuous mode.
|
||||
|
||||
Reference in New Issue
Block a user