index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldpd
/
ldp_vty_conf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldpd: make allowing broken-lsps to be installed with pop operation configurable
lynne
2021-05-03
1
-0
/
+16
*
ldpd: defer register for info until configured
Fredi Raspall
2021-04-26
1
-0
/
+3
*
ldpd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-8
/
+8
*
ldpd: Adding support for LDP IGP Synchronization
Karen Schoener
2020-09-09
1
-1
/
+23
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+7
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+7
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-2
/
+6
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-7
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-35
/
+28
*
ldpd: ldp_vty_neighbor_password(): fix auth.md5key_len calculation
G. Paul Ziemba
2020-04-15
1
-1
/
+1
*
ldpd: adding support for LDP ordered label distribution control
Karen Schoener
2020-03-20
1
-0
/
+16
*
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-3
/
+2
*
ldpd: null check (Coverity 1452317)
paco
2018-06-25
1
-0
/
+3
*
ldpd lib: null check (Coverity 1452287 + 20 alike)
paco
2018-06-21
1
-4
/
+47
*
*: Make assignment from RB_ROOT in while loop work better
Donald Sharp
2018-02-23
1
-4
/
+9
*
ldpd: fix issue when displaying the running configuration
Renato Westphal
2017-10-03
1
-0
/
+1
*
ldpd: remove the "discovery targeted-hello" commands from the interface node
Renato Westphal
2017-10-03
1
-16
/
+3
*
ldpd: convert CLI code to use DEFPY
Renato Westphal
2017-07-31
1
-134
/
+76
*
ldpd: restore correct defaults on "no discovery ... interval"
Renato Westphal
2017-07-31
1
-2
/
+3
*
ldpd: add the exit-address-family command
Renato Westphal
2017-07-27
1
-1
/
+1
*
Merge remote-tracking branch 'frr/master' into newline-redux
David Lamparter
2017-07-14
1
-12
/
+12
|
\
|
*
vtysh: return non-zero for configuration failures
Daniel Walton
2017-07-13
1
-12
/
+12
*
|
*: remove VTYNL, part 1 of 6
David Lamparter
2017-07-14
1
-5
/
+5
*
|
*: ditch vty_outln(), part 2 of 2
David Lamparter
2017-07-14
1
-8
/
+8
*
|
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-63
/
+63
|
/
*
*: vty_outln (vty, "") --> vty_out (vty, VTYNL)
Quentin Young
2017-06-29
1
-5
/
+5
*
*: use vty_outln
Quentin Young
2017-06-29
1
-105
/
+96
*
Merge pull request #730 from opensourcerouting/rbtree-improvement
Donald Sharp
2017-06-19
1
-3
/
+4
|
\
|
*
lib: improve the RB implementation
Rafael Zalamena
2017-06-16
1
-3
/
+4
*
|
ldpd: update copyright information
Renato Westphal
2017-06-16
1
-10
/
+9
*
|
ldpd: convert cli and get rid of the xml interface
Renato Westphal
2017-06-16
1
-215
/
+44
|
/
*
ldpd: further improvements in the configuration handling
Renato Westphal
2017-06-03
1
-42
/
+42
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
ldpd: fix small style issues
Renato Westphal
2017-04-26
1
-1
/
+1
*
ldpd: do not consume vty_conf when updating the configuration
Renato Westphal
2017-03-31
1
-158
/
+74
*
ldpd: fix configuration of non-existing VPLS interfaces and pseudowires
Renato Westphal
2017-03-31
1
-69
/
+6
*
ldpd: remove the interface vty node
Renato Westphal
2017-03-31
1
-36
/
+0
*
ldpd: remove a few unnecessary functions
Renato Westphal
2017-03-27
1
-5
/
+5
*
ldpd: do a full configuration reload upon receiving a SIGHUP
Renato Westphal
2017-03-27
1
-38
/
+134
*
ldpd: simplify handling of configuration commands
Renato Westphal
2017-03-27
1
-152
/
+62
*
*: Refactor if_lookup_by_name to be VRF aware
Donald Sharp
2017-03-15
1
-6
/
+6
*
ldpd: fix issues reported by coverity scan
Renato Westphal
2017-02-08
1
-2
/
+5
*
ldpd: introduce advanced filtering capabilities
Renato Westphal
2017-02-02
1
-11
/
+183
*
ldpd: use red-black trees to store 'l2vpn_pw' elements
Renato Westphal
2017-01-04
1
-11
/
+11
*
ldpd: use red-black trees to store 'l2vpn_if' elements
Renato Westphal
2017-01-04
1
-8
/
+8
*
ldpd: use red-black trees to store 'l2vpn' elements
Renato Westphal
2017-01-04
1
-7
/
+7
*
ldpd: use red-black trees to store 'nbr_params' elements
Renato Westphal
2017-01-04
1
-7
/
+7
*
ldpd: use red-black trees to store 'tnbr' elements
Renato Westphal
2017-01-04
1
-6
/
+6
*
ldpd: use red-black trees to store 'iface' elements
Renato Westphal
2017-01-04
1
-5
/
+5
[next]