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: 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
*
*: call if_init()/if_terminate() from vrf_init()/vrf_terminate()
Feng Lu
2015-10-30
1
-2
/
+3
*
Multi-Instance OSPF Summary
Donald Sharp
2015-05-20
1
-1
/
+1
*
ospf6d: ospfv3-abr-ecmp-support.patch
Donald Sharp
2015-05-20
1
-0
/
+4
*
lib/command.c: rewrite command matching/parsing
Christian Franke
2014-04-01
1
-3
/
+0
*
ospf6d: improve ordered shutdown
Christian Franke
2014-03-18
1
-2
/
+8
*
isisd, ospf6d: use bug-report information from autoconf
Christian Franke
2013-07-31
1
-1
/
+1
*
*: use array_size() helper macro
Balaji.G
2012-10-25
1
-1
/
+1
*
ospf6d: remove own routes on SIGTERM (BZ#448)
Phil Laverdiere
2012-02-21
1
-0
/
+1
*
ospf6d: add verifying user's privileges
Vyacheslav Trushkin
2012-01-02
1
-0
/
+7
*
quagga: option "-z" ("--socket <path>") added
Vyacheslav Trushkin
2011-12-13
1
-1
/
+6
*
ospf6d: fix compile warning from falling off end of main
Stephen Hemminger
2011-12-06
1
-1
/
+1
*
ospf6d: address more trivial compiler warnings
Denis Ovsienko
2011-09-27
1
-0
/
+5
*
ospf6d: Have ospf6d cleanup when it terminates normally
Tom Goff
2011-03-21
1
-3
/
+32
*
all: check return value from daemon() call
Stephen Hemminger
2009-08-13
1
-2
/
+5
*
[trivia] finish off static'ification of ospf6d and ripngd
Paul Jakma
2008-08-22
1
-4
/
+4
*
[daemons] Sanity check port number arguments before use
Paul Jakma
2008-05-29
1
-1
/
+2
[next]