index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bfdd
/
ptm_adapter.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
bfdd, zebra: pass the vrf identifier between zebra and bfdd
Philippe Guibert
1
-11
/
+26
2019-05-07
bfdd: socket handling per vrf context
Philippe Guibert
4
-89
/
+169
2019-05-07
bfdd: add vrf framework
Philippe Guibert
3
-0
/
+36
2019-05-07
bfdd: use vrf api for creation socket with binding with vrf lite
Philippe Guibert
5
-134
/
+16
2019-05-07
lib: perform a bind inside vrf_socket() call
Philippe Guibert
1
-1
/
+7
2019-05-07
bfdd: permit to configure both iface and vrf
Philippe Guibert
2
-18
/
+17
2019-05-07
bfdd: add sys_admin capability and net_raw capability
Philippe Guibert
1
-1
/
+1
2019-05-07
bfdd: socket creation in a vrf can be done
Philippe Guibert
2
-3
/
+10
2019-05-07
bfdd: remove the constraint of bfd vrf and multihop
Philippe Guibert
1
-5
/
+1
2019-05-07
bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routines
Philippe Guibert
5
-14
/
+14
2019-05-07
bfdd: use logging convention for remaining zlog_debug
Philippe Guibert
1
-1
/
+1
2019-05-07
lib: add string replace function
Quentin Young
2
-0
/
+48
2019-05-06
doc, zebra: Remove "table X" command
Donald Sharp
9
-76
/
+9
2019-05-06
zebra: Be consistent in how we call rib_add( and rib_delete( with tableid
Donald Sharp
2
-20
/
+39
2019-05-06
bgpd : dynamic modification in lcomm-list is not taking effect.
vishaldhingra
1
-1
/
+5
2019-05-06
ospfd: add bfd up event trace
Philippe Guibert
1
-0
/
+7
2019-05-06
bgpd: add bfd event trace
Philippe Guibert
1
-0
/
+5
2019-05-03
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
32
-437
/
+245
2019-05-03
zebra: fix zapi msg debugging dumps
Quentin Young
3
-5
/
+21
2019-05-03
lib: define ZAPI_CALLBACK_ARGS macro
Quentin Young
1
-56
/
+39
2019-05-03
doc: Fix failing `make doc`
Juergen Werner
1
-1
/
+1
2019-05-03
zebra: Memory allocations do not fail
Donald Sharp
1
-19
/
+0
2019-05-03
lib: Remove functionally dead code.
Donald Sharp
1
-8
/
+1
2019-05-03
ospfd: continue statement is redundant
Donald Sharp
1
-1
/
+0
2019-05-03
bgpd: The vpn variable must be non-null
Donald Sharp
1
-3
/
+0
2019-05-03
zebra: Add some extra safety for route_info
Donald Sharp
1
-1
/
+2
2019-05-03
bgpd: Remove logically dead code assignment
Donald Sharp
1
-3
/
+0
2019-05-03
zebra: ifp must be a real pointer sometimes
Donald Sharp
1
-2
/
+1
2019-05-03
pbrd: Prevent usage of c if it is null
Donald Sharp
2
-3
/
+4
2019-05-02
topotest: fix pytest deprecation warning
Mark Stapp
2
-3
/
+11
2019-05-02
pimd: Stop crash in show of single interface
Donald Sharp
1
-0
/
+2
2019-05-02
zebra: replace strncpy with strlcpy in dplane
Mark Stapp
1
-2
/
+2
2019-05-02
Revert "bgpd: Prevent IPv6 routes received via a ibgp session with own ip as ...
Donald Sharp
7
-167
/
+1
2019-05-02
Revert "Zebra diet"
Lou Berger
12
-84
/
+74
2019-05-02
topotests/bgp_rfapi_basic_sanity: cleanup rfapi using non-debug command
Lou Berger
1
-1
/
+2
2019-05-02
lib: Convert table code to use new hash type
Donald Sharp
2
-18
/
+19
2019-05-02
lib: Make prefix_hash_key accept a const
Donald Sharp
2
-2
/
+2
2019-05-02
lib: Make _find functions treat the head as const
Donald Sharp
1
-3
/
+3
2019-05-02
zebra: Remove linked list and replace with new LIST
Donald Sharp
5
-43
/
+49
2019-05-02
doc: Some minor doc cleanup for new data structures
Donald Sharp
1
-7
/
+9
2019-05-01
topotests/bgp_rfapi_basic_sanity: cleanup rfapi using non-debug command
Lou Berger
1
-1
/
+2
2019-05-01
zebra: Check on startup route_info has all types
Stephen Worley
1
-0
/
+23
2019-05-01
zebra: suppress unused variable warning
Quentin Young
1
-1
/
+1
2019-05-01
zebra: Fix incorrect reading of REMOTE_VTEP_[ADD|DEL]
Donald Sharp
1
-1
/
+7
2019-04-30
topotest: fixes to support python3
Mark Stapp
1
-6
/
+11
2019-04-30
zebra: Comment to ensure types added to route_info
Stephen Worley
1
-0
/
+1
2019-04-30
zebra: Add OpenFabric to route_info array
Stephen Worley
1
-0
/
+1
2019-04-30
zebra: Add BFD to route_info array
Stephen Worley
1
-0
/
+1
2019-04-30
zebra: Add PBR to route_info array
Stephen Worley
1
-0
/
+1
2019-04-29
Revert "lib: use DECLARE_SKIPLIST for timers instead of pqueue"
David Lamparter
2
-35
/
+66
[next]