| Commit message (Expand) | Author | Files | Lines |
2020-10-02 | tests: don't compare internal vrfId in topotests | Igor Ryzhov | 1 | -4/+0 |
2020-10-02 | tests: don't compare internal vrfId in topotests | Igor Ryzhov | 28 | -60/+7 |
2020-10-01 | tests: Topotest fixes to skip comparing InterfaceIndex and Internal status in... | Martin Winter | 61 | -998/+0 |
2020-10-01 | tests: fix typos in zebra_rib and _netlink | Mark Stapp | 2 | -2/+2 |
2020-10-01 | tests: fix regex in all_proto test | Mark Stapp | 1 | -1/+2 |
2020-10-01 | isisd: fix node for clear commands | Igor Ryzhov | 1 | -2/+2 |
2020-10-01 | *: make failure to decode nht update an error | Quentin Young | 5 | -11/+7 |
2020-10-01 | lib: fix zapi_nexthop_update_decode error rc | Quentin Young | 1 | -1/+1 |
2020-09-30 | zebra: don't touch mlag read event pointer | Mark Stapp | 1 | -2/+0 |
2020-09-30 | vtysh: fix commands when building only isisd or fabricd | Igor Ryzhov | 3 | -5/+44 |
2020-09-29 | tests: pim-basic mcast scripts fixes for python3 | Mark Stapp | 2 | -9/+27 |
2020-09-29 | zebra: fix FPM abort for unreach/prohibit routes | Duncan Eastoe | 1 | -4/+12 |
2020-09-29 | zebra: Make nexthop_active check use the same debug | Donald Sharp | 1 | -4/+4 |
2020-09-29 | zebra: Add missing reason we could not make an active_nexthop check | Donald Sharp | 1 | -0/+5 |
2020-09-29 | vtysh: respect --disable-daemon configure flags | Igor Ryzhov | 2 | -0/+146 |
2020-09-29 | vtysh: rearrange commands per daemon and node | Igor Ryzhov | 1 | -253/+296 |
2020-09-29 | tests: skip tests when building without daemon | Igor Ryzhov | 1 | -1/+7 |
2020-09-29 | zebra: avoid duplication node in l3vni l2vni-list | Chirag Shah | 1 | -2/+7 |
2020-09-29 | bfdd: Make new multihop peer if local-address is unique | Tashana Mehta-Wilson | 1 | -12/+13 |
2020-09-28 | zebra: set NHG/backup NHG pointers on success zapi read | Stephen Worley | 1 | -6/+11 |
2020-09-28 | sharpd: make id log more specific | Stephen Worley | 1 | -1/+1 |
2020-09-28 | lib,zebra,sharpd: add code for backup proto-NHs but disabled | Stephen Worley | 7 | -63/+162 |
2020-09-28 | lib,sharpd: align zapi NHG apis a bit | Stephen Worley | 3 | -42/+46 |
2020-09-28 | zebra: add type to nhg_prot_del API for sanity check | Stephen Worley | 3 | -3/+12 |
2020-09-28 | sharp: add check for num_nh > multipath | Stephen Worley | 1 | -0/+7 |
2020-09-28 | zebra: free ctx if we skip replace for NHG PROTO routes | Stephen Worley | 1 | -0/+1 |
2020-09-28 | zebra: limit no re-install to NHG PROTO using routes | Stephen Worley | 1 | -1/+2 |
2020-09-28 | lib: add doc to clear-up hash_iterate multi deletion | Stephen Worley | 1 | -1/+2 |
2020-09-28 | zebra: use list to mark for removal when scoring | Stephen Worley | 1 | -6/+21 |
2020-09-28 | lib: add proto NHG Notif header to log command types | Stephen Worley | 1 | -1/+2 |
2020-09-28 | tests: add topotest for NHG Proto APIs | Stephen Worley | 1 | -8/+46 |
2020-09-28 | zebra: reject proto NHGs of blackhole/interface | Stephen Worley | 1 | -1/+17 |
2020-09-28 | zebra,sharpd: checkpatch fixes | Stephen Worley | 3 | -13/+9 |
2020-09-28 | lib,zebra,sharpd: clang format | Stephen Worley | 8 | -52/+48 |
2020-09-28 | zebra: clean up the NHG proto zapi code a bit | Stephen Worley | 1 | -8/+4 |
2020-09-28 | zebra: multipath number checks with NHG proto | Stephen Worley | 1 | -10/+9 |
2020-09-28 | zebra: add flag track released state of proto NHGS | Stephen Worley | 2 | -3/+33 |
2020-09-28 | sharpd: implement NHG notification handling | Stephen Worley | 3 | -1/+77 |
2020-09-28 | zebra: reply fail on NHG add if not ifindex/onlink | Stephen Worley | 1 | -1/+9 |
2020-09-28 | lib,zebra: fixup NHG notify zapi messaging | Stephen Worley | 2 | -4/+4 |
2020-09-28 | zebra: Properly set NEXTHOP_FLAG_FIB when skipping install | Donald Sharp | 1 | -0/+14 |
2020-09-28 | zebra: Only install a minimal amount of times | Donald Sharp | 1 | -2/+1 |
2020-09-28 | Revert "lib,sharpd,pbrd: `set installable` nhg command" | Stephen Worley | 5 | -102/+15 |
2020-09-28 | zebra: add logging for NHG ignoring in netlink | Stephen Worley | 1 | -15/+24 |
2020-09-28 | lib: add logging for ZEBRA_NHG_ADD[DEL] | Stephen Worley | 1 | -1/+3 |
2020-09-28 | lib,sharpd,pbrd: `set installable` nhg command | Stephen Worley | 5 | -15/+102 |
2020-09-28 | zebra: return the proto nhe on del even with refs | Stephen Worley | 1 | -1/+1 |
2020-09-28 | zebra: fix releasing proto-owned singletons | Stephen Worley | 1 | -1/+1 |
2020-09-28 | zebra: increment the nhg proto score iterator | Stephen Worley | 1 | -0/+2 |
2020-09-28 | zebra: fix refcnt/rib issues in NHG replace/delete | Stephen Worley | 5 | -19/+80 |