mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
forgot to remove a debug line, how embarasing
This commit is contained in:
parent
e96f3c0c3b
commit
4953f58894
1 changed files with 0 additions and 1 deletions
|
@ -1307,7 +1307,6 @@ def default_route(family=None):
|
|||
ret = []
|
||||
for route in _routes:
|
||||
if family:
|
||||
log.info(route)
|
||||
if route['destination'] in default_route[family]:
|
||||
if __grains__['kernel'] == 'SunOS' and route['addr_family'] != family:
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue