This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Remove default value from ls() function.
pull/113/head
Jaymes Mosher
7 years ago
parent
603e62ab9e
commit
279cb88be9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
_modules/linux_netlink.py
+ 1
- 1
_modules/linux_netlink.py
View File
@@ -3,7 +3,7 @@
import re
def ls(regex
=r'^[a-z0-9]+$'
):
def ls(regex):
"""
Provide a list of network interfaces.
"""
Write
Preview
Loading…
Cancel
Save