2019-05-07 |
Philippe Guibert | doc: update bfd documentation |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfd-vrf_topo1: add bfd test on a vrf netns |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: do not insert obs entry in the list, once disabled |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: check bfd on upon interface presence from separat... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: upon vrf enable/disable, update bs and obs list |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_se... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: register to interfaces from other vrfs |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd, zebra: pass the vrf identifier between zebra... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: socket handling per vrf context |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: add vrf framework |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: use vrf api for creation socket with binding... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | lib: perform a bind inside vrf_socket() call |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: permit to configure both iface and vrf |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: add sys_admin capability and net_raw capability |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: socket creation in a vrf can be done |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: remove the constraint of bfd vrf and multihop |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Philippe Guibert | bfdd: use logging convention for remaining zlog_debug |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Donald Sharp | Merge pull request #4266 from vishaldhingra/lcomm_dyn |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Renato Westphal | Merge pull request #4268 from qlyoung/frrstr-replace |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Renato Westphal | Merge pull request #4244 from donaldsharp/pim_single_in... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Donald Sharp | Merge pull request #4264 from pguibert6WIND/trace_bfd |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Quentin Young | lib: add string replace function 4268/head |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Renato Westphal | Merge pull request #4256 from donaldsharp/zebra_table |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Renato Westphal | Merge pull request #4253 from qlyoung/zapi-handler... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Renato Westphal | Merge pull request #4234 from donaldsharp/flood_the_vtep |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Donald Sharp | doc, zebra: Remove "table X" command 4256/head |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Donald Sharp | zebra: Be consistent in how we call rib_add( and rib_de... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
vishaldhingra | bgpd : dynamic modification in lcomm-list is not taking... 4266/head |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Philippe Guibert | ospfd: add bfd up event trace 4264/head |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Philippe Guibert | bgpd: add bfd event trace |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rafael Zalamena | Merge pull request #4255 from donaldsharp/coverity_stol... |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Mark Stapp | Merge pull request #4233 from qlyoung/fix-zapi-msg... |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Quentin Young | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers 4253/head |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Quentin Young | zebra: fix zapi msg debugging dumps 4233/head |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Quentin Young | Merge pull request #4252 from pogojotz/master |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Quentin Young | lib: define ZAPI_CALLBACK_ARGS macro |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Juergen Werner | doc: Fix failing `make doc` 4252/head |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | zebra: Memory allocations do not fail 4255/head |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | lib: Remove functionally dead code. |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | ospfd: continue statement is redundant |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | bgpd: The vpn variable must be non-null |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | zebra: Add some extra safety for route_info |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | bgpd: Remove logically dead code assignment |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | zebra: ifp must be a real pointer sometimes |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Donald Sharp | pbrd: Prevent usage of c if it is null |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | Merge pull request #4247 from mjstapp/fix_topotest_topo... |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Mark Stapp | topotest: fix pytest deprecation warning 4247/head |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | Merge pull request #4243 from mjstapp/fix_dplane_strlcpy |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | pimd: Stop crash in show of single interface 4244/head |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Mark Stapp | zebra: replace strncpy with strlcpy in dplane 4243/head |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | Merge pull request #4238 from LabNConsulting/working... |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | Merge pull request #4241 from FRRouting/revert-4192... |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | Revert "bgpd: Prevent IPv6 routes received via a ibgp... 4241/head |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Pascal Mathis | Merge pull request #4240 from FRRouting/revert-4236... |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Lou Berger | Revert "Zebra diet" 4240/head |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Lou Berger | Merge pull request #4236 from donaldsharp/zebra_diet |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Lou Berger | topotests/bgp_rfapi_basic_sanity: cleanup rfapi using... 4236/head |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | lib: Convert table code to use new hash type |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | lib: Make prefix_hash_key accept a const |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | lib: Make _find functions treat the head as const |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | zebra: Remove linked list and replace with new LIST |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Donald Sharp | doc: Some minor doc cleanup for new data structures |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Russ White | Merge pull request #4230 from sworleys/Route-Info-Check |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Russ White | Merge pull request #4220 from donaldsharp/fix_linux_alias |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Russ White | Merge pull request #4192 from bisdhdh/biswajitfrr_4 |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Lou Berger | topotests/bgp_rfapi_basic_sanity: cleanup rfapi using... 4238/head |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Stephen Worley | zebra: Check on startup route_info has all types 4230/head |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Quentin Young | zebra: suppress unused variable warning 4234/head |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Mark Stapp | Merge pull request #4226 from sworleys/PBR-BFD-OF-route... |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Donald Sharp | zebra: Fix incorrect reading of REMOTE_VTEP_[ADD|DEL] |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Donald Sharp | Merge pull request #4232 from mjstapp/fix_topotests_py3 |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Mark Stapp | topotest: fixes to support python3 4232/head |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Lou Berger | Merge pull request #3045 from opensourcerouting/atoms |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Stephen Worley | zebra: Comment to ensure types added to route_info 4226/head |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Donald Sharp | Merge pull request #4227 from faickermo/fix_show_ip_bgp... |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Stephen Worley | zebra: Add OpenFabric to route_info array |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Stephen Worley | zebra: Add BFD to route_info array |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Stephen Worley | zebra: Add PBR to route_info array |
commit | commitdiff | tree | snapshot |
2019-04-29 |
David Lamparter | Revert "lib: use DECLARE_SKIPLIST for timers instead... 3045/head |
commit | commitdiff | tree | snapshot |
2019-04-29 |
David Lamparter | Revert "lib: remove pqueue_*" |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Mark Stapp | Merge pull request #4216 from donaldsharp/nhg_sharpd_fixup |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Faicker Mo | bpgd: Add the end of newline of show bgp table json... 4227/head |
commit | commitdiff | tree | snapshot |
2019-04-28 |
David Lamparter | Merge pull request #4159 from sworleys/WQ-ErrFunc-Fix |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: remove fifo implementation |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | bgpd: replace label pool fifo with DECLARE_LIST |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | bgpd: replace ADV_FIFO with DECLARE_LIST |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | isisd: replace dict_* with DECLARE_RBTREE |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: remove pqueue_* |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | ospfd: replace pqueue_* with DECLARE_SKIPLIST |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | ospf6d: replace pqueue_* with DECLARE_SKIPLIST |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: use DECLARE_SKIPLIST for timers instead of pqueue |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: use DECLARE_LIST for thread_list |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: use DECLARE_HASH for qobj hash |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | tests: exercise the typesafe list wrappers |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | doc: add developer docs for type-safe lists |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: atomlist & atomsort |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: typesafe rb-tree |
commit | commitdiff | tree | snapshot |
2019-04-27 |
David Lamparter | lib: typesafe lists, skiplist & hash |
commit | commitdiff | tree | snapshot |
2019-04-27 |
Donald Sharp | vtysh: Fixup exit nexthop-group to include sharpd 4216/head |
commit | commitdiff | tree | snapshot |
next |