summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Normalize the received prefixes.Renato Westphal
2016-07-18add format attributes to log functions and fix am error when usingSebastian Benoit
2016-07-16Remove potential overflow when validating message's length.Renato Westphal
2016-07-16Fix parsing of mal-formed optional TLVs/Sub-TLVs.Renato Westphal
2016-07-15Improve logging of reserved labels.Renato Westphal
2016-07-15Explicitly ignore the Hop Count and Path Vector TLVs.Renato Westphal
2016-07-15Update per-neighbor GTSM options on config reload.Renato Westphal
2016-07-07Updated the ldpd.conf man page examplesRafael Zalamena
2016-07-02do not uppercase "hop limit";Jason McIntyre
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-07-01Be more compliant with RFC 4447.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-07-01Decrease the initialization FSM timeout.Renato Westphal
2016-07-01Rename hello flags to keep consistent with the rest of the code.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-06-27Fix inverted logic in recv_hello().Renato Westphal
2016-06-27Remove superfluous call to l2vpn_pw_exit().Renato Westphal
2016-06-27Handle ibuf_add() errors.Renato Westphal
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal
2016-06-18Fix memory leak found with valgrind.Renato Westphal
2016-06-18Fix use after free bug.Renato Westphal
2016-06-18Do not allow configuring the same interface for both LDP and VPLS.Renato Westphal
2016-06-18Use log_warnx() instead of log_warn() when appropriate.Renato Westphal
2016-06-18Remove TODO comments about loop detection.Renato Westphal
2016-06-18Fix small LIB<->LFIB synchronization issue.Renato Westphal
2016-06-13Implement support for the Configuration Sequence Number TLV.Renato Westphal
2016-06-13Implement a timeout for the session initialization FSM.Renato Westphal
2016-06-13Do not create sockets for disabled address-families.Renato Westphal
2016-06-13Rework the handling of Hello packets.Renato Westphal
2016-06-11Parse the whole Hello packet before processing it.Renato Westphal
2016-06-11Add missing ntohl() when recording a label request.Renato Westphal
2016-06-11Send an 'Unknown FEC' Notification for unexpected wildcard FECs.Renato Westphal
2016-06-11Make all TLV parsing functions look the same for consistency.Renato Westphal
2016-06-11Make it possible to parse unknown TLVs in the future.Renato Westphal
2016-06-11Use uint16_t for notification type.Renato Westphal
2016-06-11Fix parsing of multiple optional TLVs in label and notification messages.Renato Westphal
2016-06-09Do set the Message ID for Hello messages too.Renato Westphal
2016-06-09Do not shut down the session upon receiving unknown messages.Renato Westphal
2016-06-09Send a fatal notification when the last hello adjacency is deleted.Renato Westphal
2016-06-08Fix quick reconnect when the transport address is changed.Renato Westphal
2016-06-08Discard Hello packet if advertised transport address is of different AF.Renato Westphal
2016-06-08Change what we consider a NACK for our Initialization messages.Renato Westphal
2016-06-08Add one more safety check for Initialization messages.Renato Westphal
2016-06-06Fix imsg parameter passingRenato Westphal
2016-06-06Speed up session establishment after config reload.Renato Westphal
2016-05-23various tweaks;Jason McIntyre
2016-05-23Add support for manually resetting neighbors.Renato Westphal
2016-05-23Improve security by calling exec after fork.Renato Westphal