summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2017-05-27Allow an administrator to disable the bgp loop detection algorithm,Peter Hessler
2017-05-27allow only one network <prefix> statement per for the same prefix.Sebastian Benoit
2017-05-27Generate a fake ack (or is it an alternative ack?) internally.Florian Obser
2017-05-27remove unused varsFlorian Obser
2017-05-27bump the size of ctl rib flagsPeter Hessler
2017-05-27SOCK_CLOEXEC | SOCK_NONBLOCKFlorian Obser
2017-05-27handle expiration / renewal of non-privacy addressesFlorian Obser
2017-05-27this expects 2byte ASN, so use that, instead of an asn that may or may not fitPeter Hessler
2017-05-27there is no need to construct and send a proposal if we reached theFlorian Obser
2017-05-27do not use %hhuFlorian Obser
2017-05-27show address proposals in slaacdctl show interface outputFlorian Obser
2017-05-27delete proposal if address gets deletedFlorian Obser
2017-05-27sync route socket processing to netcfgdFlorian Obser
2017-05-27configure address on interfaceFlorian Obser
2017-05-27remove unused varsFlorian Obser