summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-07-22Move nexthop into struct filterstate (including nexthop flags) and useClaudio Jeker
2018-07-22Add more information to if_change() debug log using the new interface helperClaudio Jeker
2018-07-22Move functions to print link status etc. to util.c so that bgpd can use themClaudio Jeker
2018-07-22Adjust a log message and make sure that the data pointer is never increasedClaudio Jeker
2018-07-21sort;Jason McIntyre
2018-07-20No need to copy rdns_lifetime around with an IMSG, it gets send to theFlorian Obser
2018-07-20Fix mem leaks on config reload:Florian Obser
2018-07-20fix mem leak: missing freeifaddrsFlorian Obser
2018-07-20Introduce MTU option.bket
2018-07-20We need to track the auto prefix in ra_prefix_conf otherwise we can'tFlorian Obser
2018-07-20Now that aliases in smtpd.conf default to plain text files and notTodd C. Miller
2018-07-20Move the nlri_get_prefix functions to util.c so that bgpctl can use them too.Claudio Jeker
2018-07-20Rename rde_update_get_prefix and friends to nlri_get_prefix. Will be movedClaudio Jeker
2018-07-20Rename rde_update_extract_prefix to extract_prefix and make it static.Claudio Jeker
2018-07-20Rename "resolver" to "nameserver" in the configuration file.Florian Obser
2018-07-20Print the timestamp embedded in mrt files for update and status messages.Claudio Jeker
2018-07-20There is no need to have bgpd running when running bgpctl show mrt.Claudio Jeker
2018-07-19revert previous, something isn't quite right as clients see ntpdStuart Henderson
2018-07-18Stop our own router advertisements from looping back to us.Florian Obser
2018-07-18make the logic for deleting first slightly more obviousMarc Espie
2018-07-18Don't log_warn on normal conditions, it should be log_debug.Florian Obser
2018-07-17allow shell globs to match program and hostname selector tags viaDamien Miller
2018-07-17vmd(8): fix vmctl -b option for i386 kernels.Mike Larkin
2018-07-17Switch to MSG_PROTOCOL_BGP4MP_ET formats for update and state mrt messages.Claudio Jeker
2018-07-16Use struct filterstate in rde_update_dispatch() and pass it down toClaudio Jeker
2018-07-16rtadvd is only interested in IPv6 so limit route socket to AF_INET6.Claudio Jeker
2018-07-15vioscsi driver has been stable enough so we can move a good portion of theseccardenas
2018-07-15Revert unrelated change to vioscsi.cReyk Floeter
2018-07-15Track resources and enforce cpu/memory/interface limits for non-root users.Reyk Floeter
2018-07-15tweak previous;Jason McIntyre
2018-07-15Implement RFC 8106: IPv6 Router Advertisement Options for DNSFlorian Obser
2018-07-15mark up managed / other configurationFlorian Obser
2018-07-15It's a packet, not package.Florian Obser
2018-07-15nuke newd leftoverFlorian Obser
2018-07-15remove unused variableGilles Chehade
2018-07-14get rid of two more implicit ktable_get with rdomain 0.Sebastian Benoit
2018-07-13tweak previous; ok reykJason McIntyre
2018-07-13network -> interface; ok reyk@anton
2018-07-13explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204Jonathan Gray
2018-07-13Check the disk/kernel/cdrom file permissions after openening the fd.Reyk Floeter
2018-07-13Monitor the route socket and regenerate the list of interfaces andFlorian Obser
2018-07-13add missing IMSG_STARTUP; unclear why this ever workedFlorian Obser
2018-07-13Unused variables.Kenneth R Westerback
2018-07-13Fix some comments referencing sockets which are not used by the ber api. Therob
2018-07-13When we nack a domain service because we don't support the requested majorMark Kettenis
2018-07-13Add "allow instance" option.Reyk Floeter
2018-07-13Unused variable.Kenneth R Westerback
2018-07-13pass control socket in from mainFlorian Obser
2018-07-13pass in route socket from main; stub out handling for nowFlorian Obser
2018-07-13Fix loop condition in ber.c. Discussed with claudio.rob