summaryrefslogtreecommitdiffstats
path: root/lib/qobj.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-20zebra: install flood FDB entry only if the remote VTEP asked for HERAnuradha Karuppiah2-31/+73
2019-04-20bgpd: propagate flood mode to zebra based on the tunnel-type in the IMET routeAnuradha Karuppiah1-9/+26
2019-04-20bgpd: suppress IMET route generation if flood mode is PIM-SMAnuradha Karuppiah2-4/+28
2019-04-20bgpd: maintain flood mcast group per-l2-vniAnuradha Karuppiah5-9/+50
2019-04-20zebra: maintain the mcast-grp per-l2vniAnuradha Karuppiah1-4/+23
2019-04-20zebra: process mcast-grp rxed in the vxlan-deviceAnuradha Karuppiah3-4/+22
2019-04-20zebra: header changes for l2 vni bum-mcast-grp handlingAnuradha Karuppiah3-3/+9
2019-04-19zebra: stop sending invalid nexthops to clientsDon Slice2-5/+27
2019-04-18zebra: Update flag output for route entry dumpDonald Sharp1-3/+12
2019-04-18zebra: Run nexthop_active_check onceDonald Sharp1-36/+26
2019-04-18zebra: Double check is not necessary in nexthop_active_updateDonald Sharp1-10/+1
2019-04-18lib, zebra: Remove unused flagDonald Sharp2-12/+1
2019-04-18zebra: nexthop_active_update does not need setDonald Sharp1-48/+38
2019-04-18lib: Add a counter for number of nexthopsDonald Sharp2-0/+29
2019-04-18tests: bgp_l3vpn_to_bgp_vrf were bailing to quicklyDonald Sharp1-2/+2
2019-04-18ports: remove abandoned ports subdirectoryRenato Westphal7-147/+0
2019-04-18lib: make nb_candidate_edit() more flexibleRenato Westphal1-7/+0
2019-04-18lib: introduce flog() to simplify the northbound code a little bitRenato Westphal2-17/+22
2019-04-18lib: move zlog() prototype back to the public logging APIRenato Westphal5-4/+1
2019-04-18lib: don't initialize the northbound database in the unit testsRenato Westphal2-6/+5
2019-04-18lib: sync sysrepo module with latest API changesRenato Westphal1-1/+1
2019-04-18bgpd: add the -Z option to run bgp without zebraPhilippe Guibert1-1/+2
2019-04-17.gitignore: ignore core dumpsQuentin Young1-0/+1
2019-04-17ospfd: make ECMP nexthop order deterministicDavid Lamparter1-1/+8
2019-04-17ospfd: fix clang-SA warningDavid Lamparter1-1/+1
2019-04-17ospf6d: listhead returns a listnode *Donald Sharp1-2/+3
2019-04-16pimd: fix compile warningsMark Stapp1-11/+2
2019-04-16doc: document bgp listen ranges and md5 behaviorQuentin Young1-0/+24
2019-04-16bgpd: add support for MD5 auth on listen rangesQuentin Young3-13/+106
2019-04-16lib: add support for extended TCP MD5 authQuentin Young2-5/+79
2019-04-16doc: update libyang build instructions to enable compiler optimizationsRenato Westphal1-1/+2
2019-04-16fabricd: allow redistribute statements with both the route-map and metric opt...Dmitrii Turlupov1-23/+17
2019-04-16isisd: allow redistribute statements with both the route-map and metric optionsDmitrii Turlupov3-72/+31
2019-04-16yang: priority of isis commands in interface configurationDmitrii Turlupov1-7/+7
2019-04-15doc: document libyang cache bug workaroundQuentin Young1-2/+3
2019-04-15lib: add fine-grained debugging in the northboundRenato Westphal5-64/+310
2019-04-15lib: fix inverted logic in the "debug all" commandRenato Westphal1-1/+1
2019-04-12zebra: Add hidden 'show frr' commandDonald Sharp1-0/+64
2019-04-11pimd: use debug pim staticMark Stapp1-10/+12
2019-04-11bgpd: new show cmd - bgp l2vpn evpn route detailNitin Soni1-7/+25
2019-04-10zebra: dataplane notifications for system route changesMark Stapp3-8/+118
2019-04-10zebra: pseudowire event recovery (DoS fix)F. Aragon1-0/+1
2019-04-09doc: replace old text with info about integrated configuration modeWojciech Kozlowski1-8/+7
2019-04-09zebra: avoid removing node twice from rb_treeChirag Shah1-3/+1
2019-04-09pimd: Add JoinDesired(S,G) to deciding to set spt bitDonald Sharp1-1/+6
2019-04-09pimd: Update state when receiving S,G join when in S,G RPT Prune stateDonald Sharp1-0/+19
2019-04-09pimd: Only send triggered response after all of *,G message is readDonald Sharp1-4/+6
2019-04-09bgpd: new show cmd - bgp l2vpn evpn route vni all detailNitin Soni1-12/+32
2019-04-09zebra: Fix late memset of pbr rule in rule_netlinkStephen Worley1-2/+1
2019-04-08ospfd: fix behavior of +/-metricQuentin Young3-10/+11