index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use JSON_C_TO_STRING_PRETTY for json_object_to_json_string
Daniel Walton
2016-09-28
3
-13
/
+16
*
Make route flags a 32bit field
Christian Franke
2016-09-23
1
-4
/
+4
*
lib: Check prefix length from zebra is sensible
Paul Jakma
2016-09-23
1
-2
/
+2
*
Revert "Make route flags a 32bit field"
Donald Sharp
2016-09-23
1
-4
/
+4
*
Make route flags a 32bit field
Christian Franke
2016-09-23
1
-4
/
+4
*
*: remove dead code
Renato Westphal
2016-09-23
1
-4
/
+0
*
bgp: Fix incorrect cli
Donald Sharp
2016-09-23
1
-1
/
+1
*
bgpd: Additional Show Commands
Lou Berger
2016-09-21
3
-28
/
+252
*
bgpd: Revert --enable-bgp-standalone
Donald Sharp
2016-09-20
3
-5
/
+5
*
vtysh: work around gcc bug #69981
David Lamparter
2016-09-19
1
-1
/
+1
*
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-19
10
-27
/
+243
*
lib: migrate to new memory-type handling
David Lamparter
2016-09-19
2
-0
/
+2
*
lib, bgpd: Remove 'struct fifo' from lib/zebra.h
Donald Sharp
2016-09-17
1
-0
/
+2
*
bgpd: Add flag to not change e{u,g}id on startup and run as unprivileged user
Lou Berger
2016-09-09
1
-3
/
+16
*
bgpd: Fix startup a bit more
Donald Sharp
2016-09-09
1
-7
/
+6
*
bgpd: Allow connections with no v4|6 addr's in some conditions
Donald Sharp
2016-09-09
1
-0
/
+4
*
bgpd: Display 'no neighbor 192.168.33.44 activate'
Donald Sharp
2016-09-09
1
-0
/
+12
*
bgpd: Fix standalone to better handle getsockopt failure
Donald Sharp
2016-09-09
1
-3
/
+4
*
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
Donald Sharp
2016-09-09
4
-3
/
+31
|
\
|
*
bgpd: Process directly connected IBGP peers upon interface down
vivek
2016-09-08
3
-1
/
+14
|
*
lib, bgpd: Log next hops
vivek
2016-09-08
1
-2
/
+17
|
*
bgpd: Enhance path selection logs
vivek
2016-09-06
2
-13
/
+57
|
*
bgpd: Fix route install upon multipath nexthop change
vivek
2016-09-06
1
-4
/
+11
|
*
bgpd: Fix route install upon non-best nexthop change
vivek
2016-09-06
2
-6
/
+51
|
*
bgpd: Add fix for multiple set commands with prefer-global
root
2016-08-30
2
-1
/
+9
*
|
bgpd: Allow bgp to work standalone
Donald Sharp
2016-09-09
2
-0
/
+8
*
|
bgpd: Fix call of bgp_address_destroy
Donald Sharp
2016-09-06
1
-2
/
+2
*
|
bgpd: Enhance path selection logs
vivek
2016-09-05
2
-13
/
+57
*
|
bgpd: Fix route install upon multipath nexthop change
vivek
2016-09-05
1
-4
/
+11
*
|
bgpd: Fix route install upon non-best nexthop change
vivek
2016-09-05
2
-6
/
+51
*
|
bgpd: Fix crash in 'show ip nexthop'
Donald Sharp
2016-09-05
1
-2
/
+3
*
|
bgpd: fix bug in ecommunity_match
Renato Westphal
2016-09-03
1
-2
/
+3
*
|
bgpd: Addition of bgp dampening configuration commands under IPv4 Multicast a...
Balaji
2016-09-03
1
-0
/
+7
*
|
bgpd: Addition of dampening show commands under v4 unicast/multicast tree
Balaji
2016-09-03
1
-0
/
+66
*
|
bgpd: Add new configuration cli for graceful restart.
Philippe Guibert
2016-09-03
2
-0
/
+53
*
|
bgpd: fix wrong help strings of "match peer" and "no match peer" commands
Igor Ryzhov
2016-09-03
1
-4
/
+4
*
|
lib: add AF_ETHERNET/AFI_ETHER
Lou Berger
2016-09-03
1
-0
/
+3
*
|
bgp: add "debug bgp allow-martians" next hops and related code/commands
Lou Berger
2016-09-03
3
-1
/
+63
*
|
bgpd: cleanup clang uninitialized variable warning
Lou Berger
2016-09-03
1
-1
/
+1
*
|
bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_t
Donald Sharp
2016-09-02
1
-7
/
+5
*
|
bgpd: Add fix for multiple set commands with prefer-global
root
2016-09-01
2
-1
/
+9
*
|
build/solaris: fix one error and a few warnings
Renato Westphal
2016-08-27
2
-2
/
+4
*
|
bgpd: cleanup vty bgp_node_afi/safi utils
Lou Berger
2016-08-24
1
-13
/
+34
*
|
bgp: Reorg cleanup to align process and bgp instance init/destroy
Lou Berger
2016-08-24
2
-3
/
+4
*
|
bgpd: fix build on Solaris
Renato Westphal
2016-08-24
7
-44
/
+44
*
|
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
Donald Sharp
2016-08-19
2
-1
/
+4
|
\
|
|
*
bgpd: Upon interface up (update) only kick-off non-Established peers
vivek
2016-08-19
1
-0
/
+1
|
*
Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...
Sid Khot
2016-08-18
1
-1
/
+3
*
|
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
Paul Jakma
2016-08-18
6
-10
/
+10
*
|
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
Donald Sharp
2016-08-18
2
-2
/
+4
|
\
|
[next]