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
*
ospfd: set/unset bfd profile
Dmitrii Turlupov
2022-06-30
1
-2
/
+8
*
Merge pull request #11460 from LabNConsulting/chopps/ospfapi-routerid
Donald Sharp
2022-06-23
5
-0
/
+66
|
\
|
*
ospfd: add router id support to ospf api
Christian Hopps
2022-06-23
5
-0
/
+66
*
|
ospfd: fixing few coverity issue in 'show_ip_ospf_neighbour_brief'
rgirada
2022-06-23
1
-1
/
+1
|
/
*
ospfd: Fixing "show ip ospf neighbour <nbrid>" command
rgirada
2022-06-22
1
-187
/
+157
*
bgpd, ospfd: Remove extra newline for `show debugging`
Donald Sharp
2022-06-15
1
-2
/
+0
*
*: Use autocomplete for route-maps under commands that require it
Donatas Abraitis
2022-06-13
1
-10
/
+10
*
ospfd: Fixup ospfd.h to declare variable names
Donald Sharp
2022-06-08
2
-50
/
+64
*
Merge pull request #11334 from ton31337/fix/deprecation_warning
Olivier Dugeon
2022-06-07
1
-80
/
+0
|
\
|
*
ospfd: Remove local-block deprecated command
Donatas Abraitis
2022-06-07
1
-80
/
+0
*
|
ospfd: api: always ready to receive opaque from client
Christian Hopps
2022-06-02
1
-31
/
+6
*
|
ospfd: api: add new ISM and NSM sync requests
Christian Hopps
2022-06-02
3
-4
/
+90
*
|
ospfd: api: remove unused api code/message creation
Christian Hopps
2022-06-02
2
-42
/
+9
*
|
ospfd: api: fix recovery of LSA after restart of api client
Christian Hopps
2022-06-02
4
-52
/
+73
*
|
ospfd: cli: add "show ip ospf reachable-routers" CLI
Christian Hopps
2022-06-02
1
-2
/
+118
*
|
ospfd: api: add reachable router notifications
Christian Hopps
2022-06-02
5
-1
/
+228
*
|
ospfd: add all_rtrs route table when opaque enabled
Christian Hopps
2022-06-02
6
-17
/
+72
*
|
ospfd: cli: add client api debug option
Christian Hopps
2022-06-02
2
-0
/
+50
*
|
ospfd: cli: add opaque data to json output
Christian Hopps
2022-05-26
1
-4
/
+4
|
/
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
12
-36
/
+35
*
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-05-08
2
-5
/
+5
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
3
-28
/
+3
*
*: Fix spelling of accomodate
Donald Sharp
2022-04-19
2
-4
/
+4
*
*: Fix spelling of atleast
Donald Sharp
2022-04-19
1
-1
/
+1
*
*: Fix spelling of comparision
Donald Sharp
2022-04-19
1
-1
/
+1
*
*: Fix spelling of specifed
Donald Sharp
2022-04-19
2
-4
/
+4
*
*: Fix spelling of neccessary
Donald Sharp
2022-04-19
1
-1
/
+1
*
*: Fix spelling of Gracefull
Donald Sharp
2022-04-02
1
-1
/
+1
*
*: Fix spelling of Following
Donald Sharp
2022-04-01
8
-41
/
+41
*
isisd, lib, ospfd, pathd: Null out free'd pointer
Donald Sharp
2022-03-31
1
-1
/
+1
*
ospfd: Show neighbor state in full format (e.g. Full/DR instead of Full)
Donatas Abraitis
2022-03-30
1
-7
/
+8
*
Merge pull request #10825 from fdumontet6WIND/ospfdefaultoriginatedissue2
Russ White
2022-03-29
1
-1
/
+6
|
\
|
*
ospfd: fix ospf default route wrongly sent back
Francois Dumontet
2022-03-25
1
-1
/
+6
*
|
Merge pull request #10848 from pguibert6WIND/ospf_srlb_config
Russ White
2022-03-29
1
-7
/
+14
|
\
\
|
*
|
ospfd: show running-config displays also srgb on some cases
Philippe Guibert
2022-03-25
1
-3
/
+7
|
*
|
ospfd: silently remove prefix sid already stored in config
Philippe Guibert
2022-03-25
1
-4
/
+7
*
|
|
Merge pull request #10837 from opensourcerouting/fix/consistent_JSON_keys_for...
Russ White
2022-03-29
1
-1
/
+31
|
\
\
\
|
*
|
|
ospfd: Use consistent JSON keys for `show ip ospf neighbor` and detail version
Donatas Abraitis
2022-03-21
1
-1
/
+31
|
|
/
/
*
/
/
ospfd: Default route becomes stale route in nbrs even after flush from origin...
rgirada
2022-03-21
1
-3
/
+3
|
/
/
*
|
ospfd: better error messages when not enabled in a vrf
Jafar Al-Gharaibeh
2022-03-16
1
-25
/
+49
*
|
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
Donald Sharp
2022-03-13
2
-4
/
+66
|
\
\
|
*
|
*: Add camelCase JSON keys in addition to PascalCase
Donatas Abraitis
2022-02-03
2
-2
/
+30
|
*
|
ospfd,ospf6d: Add JSON additional keys with no whitespaces inside
Donatas Abraitis
2022-02-03
1
-2
/
+36
*
|
|
ospfd,ospf6d: Add missing newline for `graceful-restart prepare` CLI
Donatas Abraitis
2022-03-09
1
-1
/
+1
|
|
/
|
/
|
*
|
ospfd: Convert `enum event` to `enum ospf_apiserver_event`
Donald Sharp
2022-03-02
2
-5
/
+5
*
|
*: Add necessary new line for output of vty_out()
anlan_cs
2022-02-27
1
-2
/
+2
*
|
ospfd: NULL passed instead of ei pointer in external lsa origination
rgirada
2022-02-24
1
-1
/
+1
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
21
-190
/
+98
*
|
ospfd: Fix spelling mistakes
Donald Sharp
2022-02-14
5
-10
/
+10
*
|
Merge pull request #10511 from anlancs/ospf-substitute
Igor Ryzhov
2022-02-08
1
-37
/
+16
|
\
\
[next]