summaryrefslogtreecommitdiffstats
path: root/bfdd/ptm_adapter.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-07bfdd, zebra: pass the vrf identifier between zebra and bfddPhilippe Guibert1-11/+26
2019-05-07bfdd: socket handling per vrf contextPhilippe Guibert4-89/+169
2019-05-07bfdd: add vrf frameworkPhilippe Guibert3-0/+36
2019-05-07bfdd: use vrf api for creation socket with binding with vrf litePhilippe Guibert5-134/+16
2019-05-07lib: perform a bind inside vrf_socket() callPhilippe Guibert1-1/+7
2019-05-07bfdd: permit to configure both iface and vrfPhilippe Guibert2-18/+17
2019-05-07bfdd: add sys_admin capability and net_raw capabilityPhilippe Guibert1-1/+1
2019-05-07bfdd: socket creation in a vrf can be donePhilippe Guibert2-3/+10
2019-05-07bfdd: remove the constraint of bfd vrf and multihopPhilippe Guibert1-5/+1
2019-05-07bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routinesPhilippe Guibert5-14/+14
2019-05-07bfdd: use logging convention for remaining zlog_debugPhilippe Guibert1-1/+1
2019-05-07lib: add string replace functionQuentin Young2-0/+48
2019-05-06doc, zebra: Remove "table X" commandDonald Sharp9-76/+9
2019-05-06zebra: Be consistent in how we call rib_add( and rib_delete( with tableidDonald Sharp2-20/+39
2019-05-06bgpd : dynamic modification in lcomm-list is not taking effect.vishaldhingra1-1/+5
2019-05-06ospfd: add bfd up event tracePhilippe Guibert1-0/+7
2019-05-06bgpd: add bfd event tracePhilippe Guibert1-0/+5
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young32-437/+245
2019-05-03zebra: fix zapi msg debugging dumpsQuentin Young3-5/+21
2019-05-03lib: define ZAPI_CALLBACK_ARGS macroQuentin Young1-56/+39
2019-05-03doc: Fix failing `make doc`Juergen Werner1-1/+1
2019-05-03zebra: Memory allocations do not failDonald Sharp1-19/+0
2019-05-03lib: Remove functionally dead code.Donald Sharp1-8/+1
2019-05-03ospfd: continue statement is redundantDonald Sharp1-1/+0
2019-05-03bgpd: The vpn variable must be non-nullDonald Sharp1-3/+0
2019-05-03zebra: Add some extra safety for route_infoDonald Sharp1-1/+2
2019-05-03bgpd: Remove logically dead code assignmentDonald Sharp1-3/+0
2019-05-03zebra: ifp must be a real pointer sometimesDonald Sharp1-2/+1
2019-05-03pbrd: Prevent usage of c if it is nullDonald Sharp2-3/+4
2019-05-02topotest: fix pytest deprecation warningMark Stapp2-3/+11
2019-05-02pimd: Stop crash in show of single interfaceDonald Sharp1-0/+2
2019-05-02zebra: replace strncpy with strlcpy in dplaneMark Stapp1-2/+2
2019-05-02Revert "bgpd: Prevent IPv6 routes received via a ibgp session with own ip as ...Donald Sharp7-167/+1
2019-05-02Revert "Zebra diet"Lou Berger12-84/+74
2019-05-02topotests/bgp_rfapi_basic_sanity: cleanup rfapi using non-debug commandLou Berger1-1/+2
2019-05-02lib: Convert table code to use new hash typeDonald Sharp2-18/+19
2019-05-02lib: Make prefix_hash_key accept a constDonald Sharp2-2/+2
2019-05-02lib: Make _find functions treat the head as constDonald Sharp1-3/+3
2019-05-02zebra: Remove linked list and replace with new LISTDonald Sharp5-43/+49
2019-05-02doc: Some minor doc cleanup for new data structuresDonald Sharp1-7/+9
2019-05-01topotests/bgp_rfapi_basic_sanity: cleanup rfapi using non-debug commandLou Berger1-1/+2
2019-05-01zebra: Check on startup route_info has all typesStephen Worley1-0/+23
2019-05-01zebra: suppress unused variable warningQuentin Young1-1/+1
2019-05-01zebra: Fix incorrect reading of REMOTE_VTEP_[ADD|DEL]Donald Sharp1-1/+7
2019-04-30topotest: fixes to support python3Mark Stapp1-6/+11
2019-04-30zebra: Comment to ensure types added to route_infoStephen Worley1-0/+1
2019-04-30zebra: Add OpenFabric to route_info arrayStephen Worley1-0/+1
2019-04-30zebra: Add BFD to route_info arrayStephen Worley1-0/+1
2019-04-30zebra: Add PBR to route_info arrayStephen Worley1-0/+1
2019-04-29Revert "lib: use DECLARE_SKIPLIST for timers instead of pqueue"David Lamparter2-35/+66