index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_br.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-18
ripd: make YANG operational-data VRF aware too
Renato Westphal
3
-152
/
+175
2019-01-18
ripd: add VRF support
Renato Westphal
14
-222
/
+519
2019-01-18
ripd: failure to create a socket shouldn't be a fatal error
Renato Westphal
1
-1
/
+1
2019-01-18
ripd: switch from sendto() to sendmsg()
Renato Westphal
1
-2
/
+28
2019-01-18
lib: peform only partial YANG validation when displaying operational data
Renato Westphal
1
-1
/
+1
2019-01-18
lib: introduce new YANG helper function
Renato Westphal
2
-0
/
+34
2019-01-18
lib: constify a few parameters in the VRF code
Renato Westphal
2
-6
/
+6
2019-01-18
ripngd: remove the ripng global variable
Renato Westphal
11
-291
/
+506
2019-01-18
ripngd: move "ripng_offset_list_master" to the ripng structure
Renato Westphal
3
-29
/
+16
2019-01-18
ripdng: clear list of peers when RIPng is deconfigured
Renato Westphal
3
-0
/
+9
2019-01-18
ripngd: move "peer_list" to the ripng structure
Renato Westphal
5
-21
/
+20
2019-01-18
ripngd: move "Vripng_passive_interface" to the ripng structure
Renato Westphal
3
-14
/
+16
2019-01-18
ripngd: move "ripng_enable_network" to the ripng structure
Renato Westphal
3
-16
/
+21
2019-01-18
ripngd: move "ripng_enable_if" to the ripng structure
Renato Westphal
3
-20
/
+21
2019-01-18
ripngd: simplify cleaning up of routing instance
Renato Westphal
3
-59
/
+49
2019-01-18
ripd: remove the rip global variable
Renato Westphal
9
-319
/
+538
2019-01-18
ripd: clear list of peers when RIP is deconfigured
Renato Westphal
3
-0
/
+9
2019-01-18
ripd: move "rip_distance_table" to the rip structure
Renato Westphal
3
-25
/
+15
2019-01-18
ripd: move global counters to the rip structure
Renato Westphal
4
-14
/
+16
2019-01-18
ripd: remove dead code
Renato Westphal
3
-97
/
+0
2019-01-18
ripd: move "rip_offset_list_master" to the rip structure
Renato Westphal
3
-27
/
+13
2019-01-18
ripd: move "peer_list" to the rip structure
Renato Westphal
6
-21
/
+24
2019-01-18
ripd: move "Vrip_passive_nondefault" to the rip structure
Renato Westphal
3
-15
/
+13
2019-01-18
ripd: move "rip_enable_network" to the rip structure
Renato Westphal
3
-14
/
+16
2019-01-18
ripd: move "rip_enable_interface" to the rip structure
Renato Westphal
3
-16
/
+20
2019-01-18
ripd: simplify cleaning up of routing instance
Renato Westphal
3
-62
/
+48
2019-01-18
ripngd: fix valgrind warning about uninitialized memory usage
Renato Westphal
1
-1
/
+1
2019-01-18
ripd, ripngd: fix null pointer dereference in YANG RPCs
Renato Westphal
2
-0
/
+6
2019-01-17
bgpd: Use string length not sizeof the array
Donald Sharp
1
-1
/
+1
2019-01-16
ldpd: fix missing return value in bindany
Mark Stapp
1
-0
/
+1
2019-01-15
zebra: Cleanup unnecessary check
Donald Sharp
1
-1
/
+1
2019-01-14
doc: update build instructions for freebsd on how to obtain libyang
Renato Westphal
2
-2
/
+6
2019-01-14
lib: update suggestions related to some northbound errors
Renato Westphal
1
-4
/
+4
2019-01-14
lib: don't abort when incomplete xpath is given by the user
Renato Westphal
1
-2
/
+6
2019-01-14
lib: fix "use of uninitialised value" valgrind warning
Renato Westphal
1
-1
/
+1
2019-01-14
lib: fix "may be used uninitialized" build warning
Renato Westphal
1
-1
/
+2
2019-01-14
doc: Add `[no] bgp default ipv4-unicast` documentation
Donald Sharp
1
-0
/
+7
2019-01-14
lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages
Renato Westphal
11
-47
/
+109
2019-01-12
bfdd: Fix timer print-out function
Donald Sharp
1
-4
/
+4
2019-01-11
zebra: Fix uninitialized value warning in dplane code
Mark Stapp
1
-1
/
+1
2019-01-11
zebra: Add a switch statement for rib_process_after
Donald Sharp
1
-67
/
+75
2019-01-11
zebra: Modify the status flag to 32 bits, add more flags
Donald Sharp
1
-1
/
+9
2019-01-11
zebra: Limit meta_queue insertion to one time.
Donald Sharp
1
-25
/
+48
2019-01-11
sharpd: Clean up vtysh warning about insufficient doc string
Donald Sharp
1
-2
/
+3
2019-01-11
zebra: return dataplane provider plugin handle
Mark Stapp
2
-5
/
+11
2019-01-11
sharpd: Do addition/subtraction for me
Donald Sharp
1
-2
/
+13
2019-01-11
sharpd: Allow route install/removal of v6 routes.
Donald Sharp
2
-13
/
+44
2019-01-11
lib: Add another 32 bit accessor to the prefix data structure
Donald Sharp
1
-0
/
+1
2019-01-10
bfdd: remove unused OS specific functions
Rafael Zalamena
3
-139
/
+0
2019-01-10
bfdd: use zebra to learn about network interfaces
Rafael Zalamena
4
-22
/
+112
[next]