index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
46
-139
/
+40
2021-03-22
staticd: kill static_memory.h, use MTYPE_STATIC
David Lamparter
7
-122
/
+68
2021-03-22
ospf6d: kill ospf6_memory.h, use MTYPE_STATIC
David Lamparter
15
-98
/
+30
2021-03-22
ospf6d: split off ospf6_lsa_alloc()
David Lamparter
3
-28
/
+15
2021-03-22
pathd: kill *_memory.[ch]
David Lamparter
13
-118
/
+16
2021-03-22
eigrpd: kill eigrp_memory.h, use MTYPE_STATIC
David Lamparter
16
-98
/
+26
2021-03-22
isisd: kill isis_memory.h, use MTYPE_STATIC
David Lamparter
21
-131
/
+65
2021-03-22
bgpd: Reset LLA NHT's interface if there is a change
vivek
1
-0
/
+20
2021-03-22
build: test program needs to be warning-free
Mark Stapp
1
-1
/
+1
2021-03-21
isisd: Fix extra space after `router isis FOO`
Donald Sharp
1
-5
/
+5
2021-03-21
isisd: Fix spelling mistake
Donald Sharp
1
-1
/
+1
2021-03-21
pimd: marking MSDP traffic as DSCP CS6
Adriano Marto Reis
1
-0
/
+14
2021-03-20
pceplib: Fixing coverity messages.
Javier Garcia
16
-42
/
+179
2021-03-20
bgpd: convert send-community to transactional cli
Chirag Shah
1
-6
/
+42
2021-03-19
build: add -ggdb3 to dev build
Mark Stapp
1
-0
/
+2
2021-03-19
isisd: avoid lsp_sched loop when unstable
Emanuele Di Pascale
1
-5
/
+15
2021-03-18
nhrpd: Remove newline from log message
Donald Sharp
1
-1
/
+1
2021-03-18
isisd: add debug logs to troubleshoot BFD issues
Emanuele Di Pascale
1
-10
/
+57
2021-03-18
isisd: fix BFD session when IPv6 not configured
Emanuele Di Pascale
3
-15
/
+22
2021-03-18
doc: add seqno to bgp as path list section
Chirag Shah
1
-3
/
+4
2021-03-18
bgpd: add seqno in bgp as-path access-list policy
Chirag Shah
2
-13
/
+121
2021-03-18
tests: Fix bgp convergence issue mentioned in #8279
Kuldeep Kashyap
2
-143
/
+142
2021-03-17
bgpd: use add_event instead of add_timer with zero timeout
Mark Stapp
3
-5
/
+5
2021-03-17
tests: simplify docker rsync & support worktrees
David Lamparter
3
-9
/
+5
2021-03-17
tests: add libelf-dev to Dockerfile
David Lamparter
1
-0
/
+1
2021-03-17
tests: fix too many arguments for logging
ckishimo
1
-4
/
+3
2021-03-17
pathd: remove mid-string line breaks
David Lamparter
3
-22
/
+11
2021-03-17
pathd: use %pIA to print struct ipaddr *
David Lamparter
1
-25
/
+13
2021-03-17
pathd: fix %pI4 <> %pI6 snafu
David Lamparter
1
-1
/
+1
2021-03-17
lib: temporary workaround for LabN CI
David Lamparter
1
-0
/
+15
2021-03-17
build: put macro-semicolon bits into ignore-revs
David Lamparter
1
-0
/
+7
2021-03-17
*: require semicolon after FRR_CFG_DEFAULT_*
David Lamparter
5
-16
/
+17
2021-03-17
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
46
-54
/
+89
2021-03-17
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
44
-131
/
+141
2021-03-17
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
40
-97
/
+100
2021-03-17
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
64
-132
/
+137
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
176
-853
/
+859
2021-03-17
*: require ISO C11 (or C++11)
David Lamparter
8
-74
/
+16
2021-03-17
snmp: change -std=gnu99 to -std=gnu11
David Lamparter
8
-8
/
+8
2021-03-17
nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peer
Gaurav Goyal
4
-1
/
+10
2021-03-17
nhrpd: Make comments clearer, fix style issues
Reuben Dowle
3
-11
/
+14
2021-03-17
nhrpd: Close IPSec connection when tunnel protection removed
Gaurav Goyal
4
-6
/
+18
2021-03-17
nhrpd: Retry IPSec if NHRP is repeatedly failing
Gaurav Goyal
3
-0
/
+23
2021-03-17
bgpd: If we have a SAFI conflict do not allow labeled unicast to reset
Donald Sharp
1
-1
/
+1
2021-03-17
bgpd: Attempting to activate unicast and labeled-unicast
Donald Sharp
1
-2
/
+2
2021-03-17
tests: fix warning when checking ospfv3 convergence
ckishimo
1
-1
/
+1
2021-03-17
ospf6d: fix warning message when interfae disabled
ckishimo
1
-1
/
+2
2021-03-17
ospf6d: remove interface prefix when area is removed
ckishimo
1
-1
/
+7
2021-03-16
ospf6d: fix iface commands lost when removing from area
ckishimo
1
-1
/
+0
2021-03-16
ospf6d: Fix coverity errors
lynne
1
-2
/
+5
[next]