summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_asbr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-09zebra: Properly note add/update for rib_add_multipath_nheDonald Sharp3-7/+19
2021-08-09zebra: Prevent memory leak if route is rejected earlyDonald Sharp1-0/+7
2021-08-09staticd: replace NB checks with assertIgor Ryzhov2-16/+1
2021-08-09lib: check return on str2sockunionDonald Lee1-1/+3
2021-08-08vtysh: fix daemon for srv6 commandsIgor Ryzhov1-6/+6
2021-08-08bgpd: bgp_packet_process_error can access peer after deletionDonald Sharp2-1/+3
2021-08-08lib: Fix coverity warning of return valueanlan_cs1-1/+1
2021-08-08bgpd: Store distance received from a redistribute statementDonald Sharp4-11/+12
2021-08-06doc: fix pathd example configIgor Ryzhov1-5/+5
2021-08-06ospfd: Cleanup ospf_interface.h to work with our standardsDonald Sharp1-56/+60
2021-08-06bgpd: add protection against too large opaque data structureIgor Ryzhov1-0/+6
2021-08-06bgpd: use longer aspath string in opaque dataIgor Ryzhov1-1/+1
2021-08-06zebra: Delete rib_lookup_and_dump since it is not usedDonald Sharp2-51/+0
2021-08-06zebra: Remove rib_lookup_and_pushup functionDonald Sharp3-105/+0
2021-08-06zebra: `debug zebra kernel msgdump` is linux specificDonald Sharp1-0/+12
2021-08-06zebra: Convert srcdest_rnode2str to %pRN in zebra_rib.cDonald Sharp1-74/+38
2021-08-06zebra: short-circuit rib_process when nothing to doDonald Sharp1-13/+16
2021-08-06topotests: reduce convergence check frequencyRafael Zalamena1-2/+2
2021-08-06topotests: skip daemons without configurationRafael Zalamena1-15/+18
2021-08-06topotests: remove code that checks for versionRafael Zalamena1-8/+0
2021-08-06topotests: use new OSPFv3 interface area syntaxRafael Zalamena2-2/+2
2021-08-06topotests: reduce MSDP topologyRafael Zalamena1-11/+11
2021-08-06ospfd: NSSA area should not exchange Type-4 LSAs in DDMobashshera Rasool1-3/+5
2021-08-06bgpd: fix typo in ensure_vrf_tovpn_sidRyoga1-1/+1
2021-08-05pathd: fix indentation and redundant space in index configIgor Ryzhov1-1/+1
2021-08-05pathd: fix indentation for mpls-te configIgor Ryzhov1-4/+4
2021-08-05bgpd: Fix misleading comments for some partsDonatas Abraitis6-8/+6
2021-08-05doc: Specify how aggregate-address works for BGPDonatas Abraitis1-4/+13
2021-08-05ospfd: fix coverity warning of one field initializationanlan_cs1-0/+1
2021-08-04zebra: prevent crash when nhlfe is NULLDonald Sharp1-0/+3
2021-08-04lib: Blackhole nexthops cannot be used as part of label generationDonald Sharp1-0/+16
2021-08-04zebra: don't use default case when switching over enum nexthopDonald Sharp1-9/+17
2021-08-04lib: Convert assert to error and record it instead of abortingDonald Sharp1-2/+14
2021-08-04tests: Remove sleep(200) from bgp-evpn-overlay-index-gatewayDonald Sharp1-1/+0
2021-08-04ospf6d: Check the cost only when asbr_present for ECMP routesYash Ranjan1-1/+1
2021-08-03Revert "tests/bgpd: initialized candidate_config to vtysh"Igor Ryzhov1-1/+1
2021-08-03Revert "tests: add bgp yang module registery to attr test"Igor Ryzhov2-30/+1
2021-08-03Revert "bgpd: register northbound callbacks to bootstrap"Igor Ryzhov1-4/+0
2021-08-03Revert "bgpd: bgp northbound callbacks prototypes"Igor Ryzhov4-40900/+0
2021-08-03Revert "bgpd: convert global config to transactional cli"Igor Ryzhov6-1898/+1049
2021-08-03Revert "bgpd: register nb routing hook"Igor Ryzhov3-25/+0
2021-08-03Revert "bgpd: shorten northbound callback names"Igor Ryzhov3-5068/+5157
2021-08-03Revert "bgpd: correct bgp global context"Igor Ryzhov3-161/+131
2021-08-03Revert "bgpd: move router bgp nb callback"Igor Ryzhov4-14/+19
2021-08-03Revert "bgpd: no router bgp check candidate config"Igor Ryzhov1-11/+2
2021-08-03Revert "bgpd: fix SA warnings in bgp northbound"Igor Ryzhov1-0/+5
2021-08-03Revert "bgpd: Use default VRF name if using `router bgp` command"Igor Ryzhov1-1/+1
2021-08-03Revert "bgpd: rename router bgp callbacks"Igor Ryzhov3-6/+6
2021-08-03Revert "bgpd: fix crash in bgp instance creation"Igor Ryzhov2-64/+10
2021-08-03Revert "bgpd: use common api in bgp_get"Igor Ryzhov1-0/+27