-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frr.conf is not getting read when daemon starts with split config #3195
Comments
@nikos-github, can you please add repro step. and what type of split config? Basically need to describe the scenario. Thanks. |
@xinliu-seattle @zhenggen-xu @MichelMoriniaux @mslocrian "docker_routing_config_mode": "split" in "DEVICE_METADATA" of config_db.json. |
mssonicbld
added a commit
that referenced
this issue
Mar 13, 2024
…atically (#18331) #### Why I did it src/sonic-utilities ``` * c0ba32ad - (HEAD -> 202305, origin/202305) CLI to skip polling for periodic information for a port in DomInfoUpdateTask thread (#3187) (16 hours ago) [mihirpat1] * 261cfdf7 - CLI enhancements to revtrieve data from TRANSCEIVER_FIRMWARE_INFO table (#3177) (#3189) (19 hours ago) [mssonicbld] * 6160ee79 - [202305][config] Add YANG alerting for override (#3195) (20 hours ago) [jingwenxie] * a55624d8 - [fast/warm-reboot] Put ERR message in syslog when a failure is seen (#3186) (34 hours ago) [Vaibhav Hemant Dixit] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this issue
Jun 26, 2024
…lly (#19394) #### Why I did it src/sonic-swss ``` * d20294a3 - (HEAD -> master, origin/master, origin/HEAD) Remove buffer maximum parameter table when the port is removed (#3199) (9 hours ago) [Stephen Sun] * 1b87ce91 - Update oper_status of LAG_TABLE in state_db (#3195) (9 hours ago) [super-jiying] ``` #### How I did it #### How to verify it #### Description for the changelog
arun1355492
pushed a commit
to arun1355492/sonic-buildimage
that referenced
this issue
Jul 26, 2024
…lly (sonic-net#19394) #### Why I did it src/sonic-swss ``` * d20294a3 - (HEAD -> master, origin/master, origin/HEAD) Remove buffer maximum parameter table when the port is removed (sonic-net#3199) (9 hours ago) [Stephen Sun] * 1b87ce91 - Update oper_status of LAG_TABLE in state_db (sonic-net#3195) (9 hours ago) [super-jiying] ``` #### How I did it #### How to verify it #### Description for the changelog
liushilongbuaa
pushed a commit
to liushilongbuaa/sonic-buildimage
that referenced
this issue
Aug 1, 2024
…lly (sonic-net#19394) #### Why I did it src/sonic-swss ``` * d20294a3 - (HEAD -> master, origin/master, origin/HEAD) Remove buffer maximum parameter table when the port is removed (sonic-net#3199) (9 hours ago) [Stephen Sun] * 1b87ce91 - Update oper_status of LAG_TABLE in state_db (sonic-net#3195) (9 hours ago) [super-jiying] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start sonic with "docker_routing_config_mode": "split" in "DEVICE_METADATA" of config_db.json and with valid frr configuration in frr.conf. When daemons start, frr.conf is not getting read.
The text was updated successfully, but these errors were encountered: