summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-07-10Initialize the rtable in the requests send to bgpd to the currentSebastian Benoit
2018-07-10move the top level pledge, getrtable() works with pledge stdio.Sebastian Benoit
2018-07-10You can run multiple copies of bgpd in seperate rdomains.Sebastian Benoit
2018-07-10the check "if (nc->rtableid)"Sebastian Benoit
2018-07-10If intra area prefixes move from one router to another router, cloning routesfriehm
2018-07-10Since we use multiple cloning routes (mpath) if more than one ip addressfriehm
2018-07-10Let kroute_matchgw() select the correct route before checking flags.friehm
2018-07-10unify option parsing a bit moreMarc Espie
2018-07-10zap old comments that are unlikely to ever come backMarc Espie
2018-07-10zap really old stuffMarc Espie
2018-07-10remove remnants of very old code, to simplify unificationMarc Espie
2018-07-10dont let rtable number overflow,Sebastian Benoit
2018-07-10Print USB port status/changes in verbose++ mode.Martin Pieuchot
2018-07-10Switch also the aspath in rde_update_dispatch() to one on the stack.Claudio Jeker
2018-07-10vmd(8): route ELCR handler to the right functionMike Larkin
2018-07-10compare the right things here: we want to know if the flag has changed.Sebastian Benoit
2018-07-10Actually clear the right thing in rib_free()Sebastian Benoit
2018-07-10build pcidump on armv7Jonathan Gray
2018-07-10move the verbose checksum info back after the colon.David Gwynne
2018-07-09vmd(8): deassert interrupt pins in the PIC at the right times. Helps fixMike Larkin
2018-07-09vmd(8): better debug message in a failure caseMike Larkin
2018-07-09Wrong function name in error messageClaudio Jeker
2018-07-09do cleanup after tags, as noticed by aja@Marc Espie
2018-07-09Nack LDC protocol versions that we don't support. Avoids a hang on SPARC T3Mark Kettenis
2018-07-09Move the max prefix checker into rde_update_update() instead of doing itClaudio Jeker
2018-07-09Introduce a struct filterstate and pass this to rde_filter instead ofClaudio Jeker
2018-07-09Set log_setverbose(1) early to see debug logs during parsing the configremi
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-09explain what @define-tag mktexlsr supersedes mktexlsr-localMarc Espie
2018-07-09Simplify ber_read()Jeremie Courreges-Anglas
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2018-07-09vmd(8): stash device IRQ in the device structMike Larkin
2018-07-08add missing .Fl macroIngo Schwarze
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-07-08document what happens when the @define-tag defining package gets removedMarc Espie
2018-07-08clarify account key (pair) vs certificate (domain) key pair, andSebastian Benoit
2018-07-08when rejecting a recipient due to any kind of error related to .forward andGilles Chehade
2018-07-08remove 'event=' from logs it doesn't carry any informationGilles Chehade
2018-07-07make it more obvious that there was a problem with a .forward file:Gilles Chehade
2018-07-07- move everything tag-related into state->{tags}Marc Espie
2018-07-07what was I thinking. No need to iterate, just use the keyMarc Espie
2018-07-06use a list for the -T types, now that there are many; ok dlgJason McIntyre
2018-07-06add support for vxlan packets.David Gwynne
2018-07-06use do { } while (!bottom) instead of again: ... if (!bottom) goto again;David Gwynne
2018-07-06pass the payload to parsers via cp, which is a pointer to the payload.David Gwynne
2018-07-06add "tftp" as a type to use with -TDavid Gwynne
2018-07-06Add "mpls" as a type to use with -TDavid Gwynne
2018-07-06According to RFC7510, IANA allocated port 6635 for MPLS over UDPDavid Gwynne
2018-07-06Add "gre" as a type to use with -TDavid Gwynne
2018-07-06Rework UDP parsing, particularly around IP addresses.David Gwynne