index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf: BFD down not tearing down OSPF adjacency for point-to-point network
Radhika Mahankali
2019-10-31
1
-2
/
+24
*
Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWN
Rafael Zalamena
2019-10-29
1
-1
/
+1
|
\
|
*
bfdd: Handling local and remote admin-down
SumitAgarwal123
2019-10-29
1
-1
/
+1
*
|
*: Cleanup interface creation apis
Stephen Worley
2019-10-10
1
-2
/
+2
*
|
*: remove redundant brackets in commands
Igor Ryzhov
2019-10-08
1
-1
/
+1
*
|
*: strip trailing whitespace
Quentin Young
2019-09-30
2
-3
/
+3
*
|
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
4
-35
/
+18
*
|
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
2
-25
/
+13
*
|
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
2
-69
/
+41
*
|
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
5
-44
/
+40
*
|
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+23
|
/
*
Merge pull request #4564 from pguibert6WIND/misc_vrf_update_name
Russ White
2019-09-17
2
-11
/
+1
|
\
|
*
ospfd: update ospf default vrf name with vrf hook
Philippe Guibert
2019-08-27
1
-1
/
+1
|
*
ospfd: do not create default ospf instance
Philippe Guibert
2019-08-27
1
-10
/
+0
*
|
Merge pull request #4949 from opensourcerouting/mpls-zapi-improvements
Olivier Dugeon
2019-09-13
2
-75
/
+23
|
\
\
|
*
|
ospfd: avoid installing SR FTNs twice
Renato Westphal
2019-09-10
1
-51
/
+2
|
*
|
lib, zebra: add new MPLS zapi message with route replace semantics
Renato Westphal
2019-09-10
1
-5
/
+8
|
*
|
lib, zebra: enhance the MPLS zapi messages
Renato Westphal
2019-09-07
1
-8
/
+13
|
*
|
lib, zebra: rename LSP type used for OSPF SR
Renato Westphal
2019-09-07
1
-1
/
+1
|
*
|
zebra: identify MPLS FTNs by route type and instance
Renato Westphal
2019-09-07
2
-4
/
+2
|
*
|
lib: introduce encode/decode functions for the MPLS zapi messages
Renato Westphal
2019-09-07
1
-21
/
+12
*
|
|
ospfd: Remove flog_warn for a situation user can never do anything with
Donald Sharp
2019-09-05
1
-5
/
+6
|
/
/
*
|
Merge pull request #4604 from opensourcerouting/mutex-sugar
Quentin Young
2019-09-03
2
-2
/
+2
|
\
\
|
*
|
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
2
-2
/
+2
|
|
/
*
|
ospfd: Cleanup oi->obuf to always be created
Donald Sharp
2019-08-30
3
-58
/
+17
*
|
ospfd: tighten up what functions can be used outside of ospf_packet.c
Donald Sharp
2019-08-30
2
-10
/
+4
*
|
ospfd: Do not turn on write thread unless we have something in it
Donald Sharp
2019-08-30
2
-7
/
+20
|
/
*
Merge pull request #4812 from pogojotz/fix-destination-multi-use
Donald Sharp
2019-08-26
1
-35
/
+32
|
\
|
*
zebra: Do not use connection dest for bcast
Juergen Werner
2019-08-18
1
-35
/
+32
*
|
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-19
1
-1
/
+1
*
|
ospfd: add redist message detail to debug
Mark Stapp
2019-08-14
1
-1
/
+2
*
|
ospfd,ripd: Enabling build with openssl
Michal Ruprich
2019-08-08
1
-0
/
+30
|
/
*
ospfd: clean up default route logic
David Lamparter
2019-08-02
4
-127
/
+55
*
ospfd: don't ASE with router-ID 0
David Lamparter
2019-08-02
1
-0
/
+7
*
ospfd: unset default route external_info
David Lamparter
2019-08-02
1
-2
/
+8
*
ospfd: remove LSA reorigin on NSM change
David Lamparter
2019-08-02
1
-28
/
+0
*
ospfd: re-fix default origination check
David Lamparter
2019-08-02
1
-4
/
+19
*
Revert "ospfd: default route got flushed after lsa refresh timer."
David Lamparter
2019-08-02
1
-1
/
+1
*
Revert "ospfd: remove default origin max age lsa"
David Lamparter
2019-08-02
3
-20
/
+0
*
ospfd: kill totally misnamed "timers"
David Lamparter
2019-08-02
5
-97
/
+43
*
ospfd: remove t_external_lsa
David Lamparter
2019-08-02
3
-4
/
+0
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-07-22
2
-30
/
+26
*
ospfd: no router ospf crash fix
Chirag Shah
2019-07-15
2
-8
/
+17
*
ospfd: fix show ip ospf neigh json
Chirag Shah
2019-07-10
1
-44
/
+77
*
ospfd: Do not modify list when using _RO loop
Donald Sharp
2019-07-02
1
-1
/
+1
*
Merge pull request #4624 from qlyoung/use-standard-bools
David Lamparter
2019-07-02
2
-26
/
+26
|
\
|
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
2
-26
/
+26
*
|
Merge pull request #3888 from donaldsharp/ospf_cleanup
Olivier Dugeon
2019-07-02
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
ospfd: Cleanup ospf->redist and ospf->external on shutdown
Donald Sharp
2019-06-22
1
-1
/
+5
*
|
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
6
-44
/
+27
|
/
[next]