summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-07-11Implement send side of RFC7911 ADD-PATHClaudio Jeker
2022-07-11Properly roll back in the add-path send case in up_dump_prefix()Claudio Jeker
2022-07-11Put the RFC9234 open policy handing in its own functionClaudio Jeker
2022-07-11When dumping prefixes for bgpctl just use prefix_eligible() to know ifClaudio Jeker
2022-07-11s/can not/cannot/ in comments. No functional change.Claudio Jeker
2022-07-11Use newbest and oldbest instead of xp and active as variable namesClaudio Jeker
2022-07-09Explicitly set the default value for Bflag to BPF_FILDROP_PASSAlexander Hall
2022-07-08Add a missing check for negative tv_sec when setting the timeout.Todd C. Miller
2022-07-08Use AID_MIN instead of 0 == AID_UNSPEC as foo loop start value where apropriateClaudio Jeker
2022-07-08Pass path_id_tx to the Adj-RIB-OutClaudio Jeker
2022-07-08This needs arpa/inet.h for ntohs() and htons()Claudio Jeker
2022-07-08Assign a local path_id to all prefixesClaudio Jeker
2022-07-07If ppoll(2) exits, log to syslog(3) instead of stderrJeremie Courreges-Anglas
2022-07-07Rework prefix_insert() and prefix_remove() to properly recalculate dmetricClaudio Jeker
2022-07-07Skip dmetric related code for the Adj-RIB-Out since there is no decisionClaudio Jeker
2022-07-07Properly break out of the loop setting the PREF flags.Claudio Jeker
2022-07-07Print dmetric for prefixes, this may still change in the future.Claudio Jeker
2022-07-07Introduce a decision metric (dmetric) that classifies the relation ofClaudio Jeker
2022-07-07Refactor the code that generates updates so that up_generate_updates isClaudio Jeker
2022-07-02Avoid c99 features, come on, this is supposed to be highly portable softwareTheo de Raadt
2022-07-01Remove PIPEXCSESSION ioctl(2) call only from npppd(8).Vitaliy Makkoveev
2022-06-30Only have one version of send_rtmsg() which uses struct kroute_full().Claudio Jeker
2022-06-30Be more explicit in filter-pf-addresses deprication message by mentioningMartijn van Duren
2022-06-30Introduce a blocklist backend and keyword.Martijn van Duren
2022-06-30Update to nsd 4.6.0; OK sthenFlorian Obser
2022-06-30zap whitespaceJob Snijders
2022-06-30Rewrite smi_print_element to be more concise and complete.Martijn van Duren
2022-06-30Track doc/README, makes merging new releases easier.Florian Obser
2022-06-29vmd(8): fix off by one in vm memory range checkDave Voutila
2022-06-29Use strncasecmp instead of strncmp when comparing the password scheme.Martijn van Duren
2022-06-28Hook up bgplgd into the buildClaudio Jeker
2022-06-28Fix manpage from jmc@ but also fix the privdrop user to _bgplgdClaudio Jeker
2022-06-28Add bgplgd a fastcgi daemon that provide a REST JSON api to bgpctl.Claudio Jeker
2022-06-28Try to document 'announce policy' and add RFC 9234 to the list in bgpd.8Claudio Jeker
2022-06-28The default state of enhanced refresh is no. So flip logic.Claudio Jeker
2022-06-28Check for entries in the suberror names arrays that are NULL. Handle themClaudio Jeker
2022-06-28Use smi_string2oid instead of ober_string2oid in parse.y's oid definition.Martijn van Duren
2022-06-28if we can't open the user db, don't try to read from a closed fhMarc Espie
2022-06-28some old signing code was still aroundMarc Espie
2022-06-28parse pkgpath further, so that we know the subpackage component, if any,Marc Espie
2022-06-28Unbreak tree: add log_policy() implementation missing from previous commit.Theo Buehler
2022-06-28spellingJonathan Gray
2022-06-28Remove superfluous 'any'Job Snijders
2022-06-27bgpctl bits for RFC 9234 support.Claudio Jeker
2022-06-27Add support for RFC 9234 - Route Leak Prevention and Detection Using RolesClaudio Jeker
2022-06-27Mostly rewrite appl_request_upstream_reply.Martijn van Duren
2022-06-27Initialize oidbuf and regionbuf when registering a region in appl_region.Martijn van Duren
2022-06-27Add skiplist option to steer clear of skiplisted hostsJob Snijders
2022-06-26vmd: create a copy of bios at 4g boundaryDave Voutila
2022-06-26Pignatoro -> PignataroJonathan Gray