Rajasekar Raja
Rajasekar Raja
Adding new field (interface type like Vlan,SVI,VRR etc..) in the struct interface to inform all zebra clients like ospf/bgp. This can help protocols take appropriate action based on a specific...
In case when bgp_evpn_free or bgp_delete is called and the announce_list has few items where vpn/bgp does not match, we add the item back to the list. Because of this...
As part of backpressure changes, there is a bug where immediate withdraw is to be sent for evpn imported type-5 prefix to clear the nh neigh and RMAC entry. Fixing...
The output buffer vty->obuf is a linked list where each element is of 4KB. Currently, when a huge sh command like is executed on a large scale, all the vty_outs...
**Commit-2 : zebra: vlan to dplane Offload from main** ``` Trigger: Zebra core seen when we convert l2vni to l3vni and back BackTrace: /usr/lib/x86_64-linux-gnu/frr/libfrr.so.0(_zlog_assert_failed+0xe9) [0x7f4af96989d9] /usr/lib/frr/zebra(zebra_vxlan_if_vni_up+0x250) [0x5561022ae030] /usr/lib/frr/zebra(netlink_vlan_change+0x2f4) [0x5561021fd354] /usr/lib/frr/zebra(netlink_parse_info+0xff)...
NHG improvements + fixes along with zebra: Re-install all route entries upon kernel NHG action/Quick intf flaps When operations such as the below happens, - ip nexthop flush - ip...
### Description - Have a segment routing srv6 locators and static-sids configuration. - Now configure the same static route (some random route twice) - We now see the Sids uninstalled...
### Description As per https://datatracker.ietf.org/doc/html/draft-ietf-spring-srv6-srh-compression-23#name-recommended-installation-of , for a F1616(for example), we should be able to configure 16,0,16 (Block, node, func) for End.x/uA. However in today's code, we have ctx.flv.lcnode_func_len =...
Covering most of the important places in BGP where we need traces - BGP -zebra interaction - Update group - Update processing co-authored by Nvidia FRR team Signed-off-by: Rajasekar Raja