sonic-buildimage/src/sonic-config-engine
abdosi 950ec3e68b
Added option to enable/disable Static Route Advertisement (#9298)
What I did:

Added option 'advertise':'true'/'false' to STATIC_TALE to control whether given route need to be advertise into BGP.

How I did:

Add a route in FRR with tag (1 for advertise and 2 for not advertise)
Create Route Map to match on tag as 1 and permit
Attach route-map to redistribute static.
Minigraph option to parse advertise option of Static Route.
2021-11-24 09:43:37 -08:00
..
data [ACL] enable ACL FC when genereting config from minigraph but disable by default (#8908) 2021-11-11 09:07:54 +08:00
tests Added option to enable/disable Static Route Advertisement (#9298) 2021-11-24 09:43:37 -08:00
__init__.py [cfggen] Remove NatSorted 2020-09-30 07:07:43 -07:00
.gitignore [sonic-config-engine] Update .gitignore (#5223) 2020-08-20 11:09:10 -07:00
config_samples.py [ACL] enable ACL FC when genereting config from minigraph but disable by default (#8908) 2021-11-11 09:07:54 +08:00
MANIFEST.in [config/acl] Support everflow config translation (#468) 2017-04-07 01:10:05 -07:00
minigraph.py Added option to enable/disable Static Route Advertisement (#9298) 2021-11-24 09:43:37 -08:00
openconfig_acl.py [openconfig_acl] Allow setting ICMP type/code to 0 (#6932) 2021-03-02 14:32:00 -08:00
portconfig.py [DPB]Removing default admin status initialization in DPB flow while loading minigraph (#8711) 2021-09-13 09:01:29 -07:00
redis_bcc.py sonic-config-engine uses libswsscommon instead of swsssdk (#6406) 2021-01-20 12:06:08 -08:00
setup.py [sonic-cfggen] remove lazy_re workaround due to many optimizations done (#8226) 2021-07-24 05:35:09 -07:00
sonic_yang_cfg_generator.py [Yang][cfggen] update sonic-cfggen to generate config_db from Yang data (#7712) 2021-06-10 12:03:33 -07:00
sonic-acl-extension.yang [openconfig_acl] Allow setting ICMP type/code to 0 (#6932) 2021-03-02 14:32:00 -08:00
sonic-cfggen Added get_system_mac support for cisco-8000 device (#9104) 2021-11-04 08:27:55 -07:00