summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-07-26No need to check RB_REMOVE() return value if kif is not NULL.Claudio Jeker
2022-07-26Missing indirection. This version compiles.Claudio Jeker
2022-07-26Refactor nexthop tracking and remove all the kif_kr code. There is noClaudio Jeker
2022-07-25Properly handle nexthop state changes in the decision processClaudio Jeker
2022-07-23Refactor and rename bgpd_filternexthop() to bgpd_oknexthop()Claudio Jeker
2022-07-23There is no need to set kf.flags to F_KERNEL here.Claudio Jeker
2022-07-22In tcpdump(8), fix use of wrong index into 802.11 PMKID data when multipleStefan Sperling
2022-07-22In tcpdump(8), fix printing of multiple 802.11 RSN ciphers and AKMs.Stefan Sperling
2022-07-22Revert previous commit. The RTP_MINE checks on struct kroute_full areClaudio Jeker
2022-07-22Retire the F_KERNEL flag, it got superseded by route priority and RTP_MINE.Claudio Jeker
2022-07-21Relax the config of add-path send and rde evaluate allClaudio Jeker
2022-07-21Make kr_redistribute() and kroute_insert() AID independent and useClaudio Jeker
2022-07-20Cleanup and fix the network code.Claudio Jeker
2022-07-19Do a minimal check that the passed in option is inside the ASPATH segment.Claudio Jeker
2022-07-19Use kf for all struct kroute_full variables. Makes code more consistent.Claudio Jeker
2022-07-18use syntax which more acceptable to older compilersTheo de Raadt
2022-07-18Remove warning messages that add nothing in the situation they occure.Claudio Jeker
2022-07-18Do not fatalx() when calculating the dmetric and the result is negative.Claudio Jeker
2022-07-17infromation -> informationJonathan Gray
2022-07-17/var/run/ypbind.lock doesn't need to be created with an advisory lock anymore,Theo de Raadt
2022-07-15Once a ypserv is discovered we know the remote UDP port number, but notTheo de Raadt
2022-07-14Fix JSON output in filemode for TALsJob Snijders
2022-07-14More IPv6 scope_id fixes, now hopefully scope_id should be handledClaudio Jeker
2022-07-14Time to bump versionClaudio Jeker
2022-07-13Fix apmd_flags example.Antoine Jacoutot
2022-07-12Zap trailing whitespace on one line to appease mandoc -TlintTheo Buehler
2022-07-12Document announce add-path sendClaudio Jeker
2022-07-12Bump version number to 7.9Claudio Jeker
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