Update frr.py

This commit is contained in:
apwiggins 2019-04-10 16:17:44 -03:00 committed by GitHub
parent 840a27632d
commit 46e58ff187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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