Philippe Guibert

Results 145 comments of Philippe Guibert

the last commit may probably need to have boot parameters for debian 10 : "cgroup_no_v1=net_prio,net_cls" as suggested by https://bugzilla.kernel.org/show_bug.cgi?id=203483

> @pguibert6WIND actually you can use 2 `-I` options on `ping` to replace `ip vrf exec`, e.g. `ping -I vrfname -I 1.2.3.4 2.3.4.5` > > tested with this ping version:...

> > @pguibert6WIND actually you can use 2 `-I` options on `ping` to replace `ip vrf exec`, e.g. `ping -I vrfname -I 1.2.3.4 2.3.4.5` > > tested with this ping...

updated without using old API. however decision to take on simplifying real outgoing interface. (bgp config with dummy interfaces as src)

if you set to null at the end of the function, after having called bgp_pbr_policyroute_add_to_zebra_unit() or bgp_pbr_policyroute_remove_from_zebra_unit(), this should be ok.

> There is no `code compliance` issue. The rp pim keep alive timer is 210 seconds. There is nothing in the code that lists it as 185. This is a...

already merged by an other pull request

The issue is a limitation related protocol NHGs. Meaning that when bgp PIC will be made available, it is highly likely that the 'ip protocol bgp route-map' will have some...

with pull request, the route-map test fails: when applying follow patch over https://github.com/FRRouting/frr/pull/14973 ``` @@ -1453,10 +1453,16 @@ def test_nexthop_groups_with_route_maps(): net["r1"].cmd( 'vtysh -c "c t" -c "route-map NH-SRC permit 111"...