summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-19Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.Claudio Jeker
2021-01-19Another pkt_ptr cleanup. There is actually no need to make the pktClaudio Jeker
2021-01-19Like all other log.c just exit(1) in fatal()Claudio Jeker
2021-01-19Kill global eigrpd_process and instead pass the proc to merge_config()Claudio Jeker
2021-01-19Use log_procname instead of log_procnames[eigrpd_process]. It should beClaudio Jeker
2021-01-19Same control cleanup that was done for ospfd and ripd. Move theClaudio Jeker
2021-01-19Like in ospfd use a static pkt_ptr bufferClaudio Jeker
2021-01-19Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change.Claudio Jeker
2021-01-19Do not use IBUF_READ_SIZE for the packet read buffer size. InsteadClaudio Jeker
2021-01-19Make the struct imsgev structs static and with that ripd -fno-common clean.Claudio Jeker
2021-01-19Remove the PROC_* enums and ripd_process, they are no longer needed.Claudio Jeker
2021-01-19Like in all other log.c file just use exit(1) in fatal() calls.Claudio Jeker
2021-01-19Move the interface demote out of if_del and into the only place whereClaudio Jeker
2021-01-19Like in ospfd make the pkt_ptr a local static buffer.Claudio Jeker
2021-01-19Apply same cleanup to the control code as in ospfd.Claudio Jeker
2021-01-19Make the struct imsgev static. With this ospf6d compiles with -fno-commonClaudio Jeker
2021-01-19Use ospfe_imsg_compose_rde() instead of exporting iev_rde and usingClaudio Jeker
2021-01-19Like in ospfd rename nconf to noeconf in the ospf engine to removeClaudio Jeker
2021-01-19Properly define ospfd_process as an extern in the header file.Claudio Jeker
2021-01-19Like in ospfd use a static pkt_ptr buffer.Claudio Jeker
2021-01-19Do the same control cleanup as in ospfd. Move control_state and ctl_connsClaudio Jeker
2021-01-19Make the imsg event structures static, properly define ospfd_process andClaudio Jeker
2021-01-19Internalize a few more things into the control code. Both control_stateClaudio Jeker
2021-01-19Use a static pkt_ptr buffer instead of allocating it dynamically.Claudio Jeker
2021-01-19Use ospfe_imsg_compose_rde() instead of calling imsg_compose_event() withClaudio Jeker
2021-01-19Do the KAME embedded scope fixup in the two places where getifaddrs() isClaudio Jeker
2021-01-19Fix the embedded scope hack. They way this was written is buggy since theClaudio Jeker
2021-01-19gre(4): convert ifunit() to if_unit(9)mvs
2021-01-19tpmr(4): convert ifunit() to if_unit(9)mvs
2021-01-19bpe(4): convert ifunit() to if_unit(9)mvs
2021-01-19aggr(4): convert ifunit() to if_unit(9)mvs
2021-01-18Fix httpd example configTheo Buehler
2021-01-18Mark `ps_oppid' as atomic.mvs
2021-01-18regenmvs
2021-01-18Revert wrong commit.mvs
2021-01-18Convert ifunit() to if_unit(9).mvs
2021-01-18regenmvs
2021-01-18Unlock getppid(2).mvs
2021-01-18Remove c++ comment that snuck in and remove useless debug output.Florian Obser
2021-01-18Remove unused variable in an effort to make this -fno-common clean.Florian Obser
2021-01-18add IPPROTO_SCTP, ok claudio@Stuart Henderson
2021-01-18Adjust code to the change of struct bgpd_addr in bgpd.Claudio Jeker
2021-01-18Change struct bgpd_addr VPN encoding. Instead of including two almostClaudio Jeker
2021-01-18Fix long->int for convtime tests here too. Spotted by tobhe@.Darren Tucker
2021-01-18Hide some warnings on newer GCC versions, GitHUb issue 2525.Nicholas Marriott
2021-01-18There is no need to clear every line entirely before drawing to it, thisNicholas Marriott
2021-01-18Introduce new function if_unit(9). This function returns a pointer themvs
2021-01-18support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamStuart Henderson
2021-01-18crank limits to satisfy piggy piggy clangTheo de Raadt
2021-01-18Sync SA configuration payload to new SA after IKE SA rekeying.tobhe