index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf6d: support keychain for ospf6 authentication
Abhinay Ramesh
2022-02-09
1
-0
/
+2
*
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
*
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
*
lib: remove old bfd library
Igor Ryzhov
2021-05-07
1
-3
/
+2
*
ospf6d: add internal support for multiple vrfs
harios_niral
2021-05-05
1
-1
/
+1
*
ospf6d: North-bound implementation for ospf6d rmaps
Sarita Patra
2021-03-30
1
-0
/
+3
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+2
*
ospf6: move serv_close to ospf6_delete
Igor Ryzhov
2020-11-30
1
-3
/
+2
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-9
/
+10
*
ospf6d : Socket change for ospf6d vrf support.
Kaushik
2020-10-07
1
-3
/
+3
*
ospf6d : Preparing for ospf6d VRF support.
Kaushik
2020-09-01
1
-2
/
+4
*
*: add filter northbound support
Rafael Zalamena
2020-06-05
1
-0
/
+1
*
*: include vrf northbound module in init
Chirag Shah
2020-04-16
1
-0
/
+1
*
*: fix route map integration
Rafael Zalamena
2020-02-04
1
-0
/
+1
*
lib: rename memory_vty.c to lib_vty.c
David Lamparter
2019-12-06
1
-1
/
+0
*
*: make frr_yang_module_info const
David Lamparter
2019-11-30
1
-1
/
+1
*
ospf6d: reset the global ospf6 pointer
Philippe Guibert
2019-02-15
1
-1
/
+3
*
ospf6d: closing server socket when leaving ospf6d
Philippe Guibert
2019-02-14
1
-0
/
+2
*
yang, lib: add 'frr-interface.yang' and associated stub callbacks
Renato Westphal
2018-10-27
1
-0
/
+1
*
*: add empty array of YANG modules
Renato Westphal
2018-10-27
1
-1
/
+5
*
*: add a vrf update hook to be informed of the vrf name
Philippe Guibert
2018-08-28
1
-1
/
+1
*
ospf6d: assign zebra router-id to ospf6 instance
Chirag Shah
2018-03-01
1
-0
/
+3
*
ospf6d: Fix redist w/ route-map during restart
Chirag Shah
2018-01-26
1
-0
/
+8
*
Merge pull request #1300 from chiragshah6/mdev
Jafar Al-Gharaibeh
2017-10-17
1
-1
/
+0
|
\
|
*
ospf6d: fix ospf6d crash during sigterm/shutdown
Chirag Shah
2017-10-06
1
-1
/
+0
*
|
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-1
/
+1
*
|
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-2
/
+2
|
/
*
*: centralize some exit cleanup into libfrr
David Lamparter
2017-08-15
1
-7
/
+3
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-132
/
+108
*
ospf6d: Fix zclient cleanup on shutdown
Donald Sharp
2017-06-30
1
-1
/
+4
*
Merge pull request #537 from donaldsharp/vrf_stuff
David Lamparter
2017-05-17
1
-1
/
+1
|
\
|
*
*: Consolidate vrf_hooks into vrf_init
Donald Sharp
2017-05-16
1
-1
/
+1
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
|
/
*
lib: remove remaining struct zlog * args
David Lamparter
2017-03-08
1
-1
/
+1
*
lib: simplify protocol/log naming
David Lamparter
2017-03-08
1
-2
/
+1
*
*: add frr_run()
David Lamparter
2017-03-08
1
-14
/
+1
*
*: add frr_config_fork()
David Lamparter
2017-03-08
1
-53
/
+3
*
*: centralize more into frr_init()
David Lamparter
2017-03-07
1
-3
/
+0
*
*: add frr_init() infrastructure
David Lamparter
2017-03-07
1
-106
/
+25
*
*: fix warning fallout from set_socket_path
David Lamparter
2017-02-01
1
-1
/
+1
*
ospf6d: Add vty_socket cli option to override the compiled-in location for th...
Martin Winter
2017-01-25
1
-1
/
+11
*
build: rename (1 of ?): configure.ac + preproc
David Lamparter
2016-12-20
1
-6
/
+6
*
lib: migrate to new memory-type handling
David Lamparter
2016-09-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
*
all: add default log file if none are defined
Don Slice
2016-07-11
1
-0
/
+2
*
Quagga: Fix code to use srandom/random
Donald Sharp
2016-05-30
1
-1
/
+1
*
zebra - BFD client de-registration support
radhika
2016-05-09
1
-0
/
+3
*
quagga: Fixup startup to allow consistency between sysV and systemd
Donald Sharp
2016-04-27
1
-4
/
+0
*
quagga: Remove iflist global variable
Donald Sharp
2016-04-08
1
-1
/
+1
*
*: Modify protocols to have systemd integration
Donald Sharp
2016-02-10
1
-0
/
+4
[next]