mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Firewall/alias, if the name of the alias equals it's content, try to resolve. for https://github.com/opnsense/core/issues/2199
This commit is contained in:
parent
26cda422bb
commit
cdae884ec9
@ -175,7 +175,7 @@ class Alias(object):
|
||||
:return: iterator
|
||||
"""
|
||||
for item in self._items:
|
||||
if item not in self._known_aliases:
|
||||
if item not in self._known_aliases or item == self.get_name():
|
||||
yield item
|
||||
|
||||
def uniqueid(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user