Update frr.py
This commit is contained in:
parent
840a27632d
commit
46e58ff187
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ class FRRBabel(FrrService):
|
|||
if hasattr(ifc, "control") and ifc.control is True:
|
||||
continue
|
||||
cfg += " network %s\n" % ifc.name
|
||||
cfg += " redistribute static\n redistribute connected\n"
|
||||
cfg += " redistribute static\n redistribute ipv4 connected\n"
|
||||
return cfg
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue