sonic-frr icon indicating copy to clipboard operation
sonic-frr copied to clipboard

sonic frr

Results 13 sonic-frr issues
Sort by recently updated
recently updated
newest added

Hi `sonic-net/sonic-frr`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Is there a way to include frr-reload and its librarys during sonic builds? frr-reload is really useful for diff'ing running vtysh configs before applying

Limit the number of next hops for static routes

**Why I did it** Commercial Tool Code Check: The prev may exist as null **How I did it** Add the prev is not null judgment **How to verify it** Commercial...

resolver_resolve should check hostname is null or not. if ares_gethostbyname() get a null hostname string, it will access a null pointer and crash. **test result:** ![null](https://user-images.githubusercontent.com/57648884/177693893-d7ed392b-761d-4d1b-a606-5fcfb8ab084d.png) **trace code:** ![log1](https://user-images.githubusercontent.com/57648884/177693878-429fccce-2aa8-4e33-9637-a8ea8a388c0f.png) ![log1-1](https://user-images.githubusercontent.com/57648884/177693884-cef1f1f1-8dbe-45d7-8100-b5b94ed8b378.png)

Issue: local router-id selection is error when loopback interface is created. Root cause: loopback interface is created by "ip link add XXX type dummy"; however, IFF_LOOPBACK flag is not set....

Creating the frr.log with root as owner, prevents frr itself from writing to that file, in case we want to have frr write to its log directly instead of going...

There is a wrong assignment, when idx_word=1, the entry of access-list WORD [seq (1-4294967295)] any cannot be deleted. I fixed.Please review it, thanks. the wrong output: ``` log syslog notifications...

When graceful-retart is enabled, trigger graceful restart capability in BGP capability message, so that neighbors with dynamic capability support can update graceful restart status, including forwarding state bit for each...

**- What I did** Make FRR 5.0 buildable with SONiC debian8 dev environment. **- How I did it** Add sonic.debian8 target with proper settings for SONiC **- How to verify...