Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop tracking interface indexes. Suggested by deraadt. | 2017-08-20 | 1 | -2/+2 | |
| | | | | | Tweaks and ok jca@ "just get it in" deraadt@ | ||||
* | Remove some dead logging code that was never used. | 2017-08-14 | 1 | -3/+1 | |
| | | | | Ok benno@ | ||||
* | Time comparison variables should be time_t (I did check for signed vs | 2017-07-23 | 1 | -3/+3 | |
| | | | | | unsigned handling) ok jca | ||||
* | Fix some variable alignment whitespace. | 2017-07-04 | 1 | -4/+4 | |
| | | | | From Rob Pierce | ||||
* | Second diff to rename additional "always" variable in struct ifsd_config. | 2017-07-02 | 1 | -2/+2 | |
| | | | | | from Rob Pierce. Requested by stsp@ | ||||
* | Remove unused variable from header file. | 2017-07-02 | 1 | -2/+1 | |
| | | | | | | from Rob Pierce. ok stsp@ and me | ||||
* | Rename one of the "always" variables to "body" for improved readability. | 2017-07-02 | 1 | -2/+2 | |
| | | | | | | | No functional change. from Rob Pierce. ok stsp@ and me | ||||
* | whitespace fixes, from Rob Pierce and me | 2017-06-28 | 1 | -3/+1 | |
| | |||||
* | update log.c in ifstated to the same used in bgpd etc. | 2017-06-18 | 1 | -18/+1 | |
| | | | | Done by Rob Pierce <rob AT 2keys DOT ca>, thanks | ||||
* | remove bogus attributes from ifstated, spooted by guenther@ | 2016-07-19 | 1 | -5/+3 | |
| | |||||
* | add format attributes to log functions | 2016-07-18 | 1 | -9/+17 | |
| | | | | ok stsp@ claudio@ florian@ | ||||
* | Convert the logic in yyerror(). Instead of creating a temporary | 2014-11-03 | 1 | -1/+2 | |
| | | | | | format string, create a temporary message. OK claudio@ | ||||
* | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | 2013-03-06 | 1 | -1/+2 | |
| | | | | that from bgpd, so that it logs to syslog when daemonized. | ||||
* | remove assumption that internal IFSD_LINK* defines are the same as | 2010-02-04 | 1 | -4/+4 | |
| | | | | | | | LINK_STATE* defines in <net/if.h>, which were changed Sep 14. this fixes link state down being treated as up. ok claudio@ henning@ | ||||
* | sync logging with most other daemons. | 2007-10-25 | 1 | -7/+10 | |
| | | | | ok mcbride@, mpf@ | ||||
* | spacing | 2004-03-10 | 1 | -3/+3 | |
| | |||||
* | - Check error condition on config; load exit() on initial startup, simply | 2004-02-15 | 1 | -2/+3 | |
| | | | | | | | | warn if loading due to SIGHUP. (pointed out by mpf@) - Can't just bcopy the config struct, there are TAILQs. Pass pointers instead. - Initialise the SIGHUP and routing socket handlers after config is loaded. ok henning@ | ||||
* | Clean up command line options: | 2004-02-05 | 1 | -1/+2 | |
| | | | | | - Make -v work as intended. - Add -n to test config without doing anything. | ||||
* | Update to ifstated; replace parser, introduce the concept of states, | 2004-02-04 | 1 | -0/+141 | |
external tests, and boolean logic. Allows ifstated to handle partial failures on firewalls that are CARPd to each other. ok deraadt@ |