Dmitrii Turlupov

Results 10 comments of Dmitrii Turlupov

yes, or cisco -> https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bfd/configuration/15-e/irbfd-15e-book/irbfd-bfd-static-route-supp.html#concept_A4E4CF767EB54F7BB147585C7FECFEF7

closed by mistake. reopen

Hello! For example my link from client go to via VRF ``` HOST:/home/adm$ ip a s dev ethernet2 7: ethernet2: mtu 1500 qdisc pfifo_fast master vrf1 state UP group default...

I don't understand design of network full. IGMP is client specific protocol: get traffic from server. Why we cannot settings pim on clien3 for sending traffic to client1 or 2....

frr-master/6.5.0-35/Ubuntu 22.04.4 also on frr-10.0/ 4.15.0-142 /Ubuntu 16.04.7 frr-master/ 4.15.0-142 /Ubuntu 16.04.7

@ton31337 I’m not completely sure, but I think that the situation is due to UNNUMBERED interfaces: if I revert the patch a79fdd6580a57a43ca907830f9b18034e51b3467 then I get a good route: `S>* 5.5.5.5/32...

yes, I'm setting up a route via dum2 and assuming it will be restored after the interface is restore

different behavior: "get addr + up" vs "up + get addr"

here bgp_path_info_cmp use for find paths_eq, but also update reason ? https://github.com/FRRouting/frr/blob/2203dc4777a3b72c0be428de224e398e523809f2/bgpd/bgp_route.c#L3245-L3257

reason is OK. Select route wrong. it seems necessary: ``` diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 666adc4..ac22581 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -3251,9 +3251,10 @@ void bgp_best_selection(struct bgp *bgp, struct...