summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-05-30Enable more error codes for BGP. These were commited some time ago, butMichal Mazurek
2017-05-30Teach ypldap to use tls when connecting to ldap servers.Jonathan Matthew
2017-05-29missing .El;Jason McIntyre
2017-05-29The kernel sets IN6_IFF_AUTOCONF for autoconf addresses, also makeFlorian Obser
2017-05-29change section title in bgpd.conf talking about MPLS,Sebastian Benoit
2017-05-29fix "depend on" when carp interface goes from MASTER into state INITSebastian Benoit
2017-05-29After some consideration, revert last commit and don't abuse rde_dump_done.Claudio Jeker
2017-05-29sync proc.c changes from relayd/httpdSebastian Benoit
2017-05-29do not whine if installpath is undef.Marc Espie
2017-05-29hook up slaacd and slaacctl.Florian Obser
2017-05-29Fix crash in IMSG_CTL_SHOW_RIB_PREFIX handling. The ctx is not added toClaudio Jeker
2017-05-29avoid Xr to self;Jason McIntyre
2017-05-29Refactor locator code so it's a proper object.Marc Espie
2017-05-29rm xr mailaddr.7Ted Unangst
2017-05-29change bgpd's control socket from /var/run/bgpd.sock toSebastian Benoit
2017-05-29clang points out that the first argument to setproctitle is a formatFlorian Obser
2017-05-29Compare the l2 address from which the slaac address was formed withFlorian Obser
2017-05-29only send router solicitation on RTM_NEWADDR if the l2 address changedFlorian Obser
2017-05-29remove the file permission check for bgpd.confPeter Hessler
2017-05-29vmd(8): prevent crashing when presented with a vm name argument toMike Larkin
2017-05-28SVM: add some exit typesMike Larkin
2017-05-28only mark privacy addresses as such instead of all configured addressesChristian Weisgerber
2017-05-28removed if 0'ed code; it gets in the way of grepping for thingsFlorian Obser
2017-05-28Print when we send or recv an EOR marker.Claudio Jeker
2017-05-28Introduce log_peer_info() and make log_peer_warn() log at LOG_ERR insteadClaudio Jeker
2017-05-28Close imsg pipes later in the process. The shutdown code still tires toClaudio Jeker
2017-05-28set autoconfprivacy flag; prodding naddyFlorian Obser
2017-05-28pasto, typos, spelling; ok florian@Christian Weisgerber
2017-05-28tweak previous;Jason McIntyre
2017-05-28get a new privacy address before the old one expiresFlorian Obser
2017-05-28No need to constantly re-add the default route. It will not expireFlorian Obser
2017-05-28Fix checks for seconds and timezones in generalized times.Jonathan Matthew
2017-05-28we're not hardcoded to table 0 any moreHenning Brauer
2017-05-28so far, bgpd was hardcoded to use rtable 0 for nexthop verification.Henning Brauer
2017-05-28Implement an XON/XOFF protocol between the RDE and the SE to throttleClaudio Jeker
2017-05-28reinstate the description of "mask-source" to "listen on socket": my changesJason McIntyre
2017-05-28use __func__ in log messages. fix some whitespace while here.Sebastian Benoit
2017-05-28use __func__ in log messages.Sebastian Benoit
2017-05-28style(9) some variable declarationsSebastian Benoit
2017-05-28Reduce differences between the two pfctl_osfp.c files.Michal Mazurek
2017-05-28check_tos() gets a parameter so i can remove another global var.Sebastian Benoit
2017-05-28introduce struct tr_conf to keep all of the configuration.Sebastian Benoit
2017-05-28move as many globals as possible into the main function - thats theSebastian Benoit
2017-05-28propose and configure default gatewayFlorian Obser
2017-05-28mark up "masquerade";Jason McIntyre
2017-05-28split the two "listen on" directives into two separate items;Jason McIntyre
2017-05-28Catch up with pfctl/pfctl_osfp.c, no binary change.Michal Mazurek
2017-05-27use pread and pwrite to save code and syscalls. ok mlarkinTed Unangst
2017-05-27use sizeof("constant string") to avoid magic numberFlorian Obser
2017-05-27print router preferenceFlorian Obser