#
18e4260c |
| 20-Aug-2017 |
rob <rob@openbsd.org> |
Stop tracking interface indexes. Suggested by deraadt.
Tweaks and ok jca@ "just get it in" deraadt@
|
#
40ff8d52 |
| 14-Aug-2017 |
rob <rob@openbsd.org> |
Remove some dead logging code that was never used.
Ok benno@
|
#
8ad6e9cf |
| 23-Jul-2017 |
deraadt <deraadt@openbsd.org> |
Time comparison variables should be time_t (I did check for signed vs unsigned handling) ok jca
|
#
281fc41a |
| 04-Jul-2017 |
benno <benno@openbsd.org> |
Fix some variable alignment whitespace. From Rob Pierce
|
#
20863243 |
| 02-Jul-2017 |
benno <benno@openbsd.org> |
Second diff to rename additional "always" variable in struct ifsd_config. from Rob Pierce. Requested by stsp@
|
#
90a26211 |
| 02-Jul-2017 |
benno <benno@openbsd.org> |
Remove unused variable from header file. from Rob Pierce.
ok stsp@ and me
|
#
138e089f |
| 02-Jul-2017 |
benno <benno@openbsd.org> |
Rename one of the "always" variables to "body" for improved readability. No functional change. from Rob Pierce.
ok stsp@ and me
|
#
7c875bb8 |
| 28-Jun-2017 |
benno <benno@openbsd.org> |
whitespace fixes, from Rob Pierce and me
|
#
bfdb9ad4 |
| 18-Jun-2017 |
benno <benno@openbsd.org> |
update log.c in ifstated to the same used in bgpd etc. Done by Rob Pierce <rob AT 2keys DOT ca>, thanks
|
#
995e1856 |
| 19-Jul-2016 |
benno <benno@openbsd.org> |
remove bogus attributes from ifstated, spooted by guenther@
|
#
9af5cc2f |
| 18-Jul-2016 |
benno <benno@openbsd.org> |
add format attributes to log functions ok stsp@ claudio@ florian@
|
#
e3490c9c |
| 03-Nov-2014 |
bluhm <bluhm@openbsd.org> |
Convert the logic in yyerror(). Instead of creating a temporary format string, create a temporary message. OK claudio@
|
#
4a1d3eaa |
| 06-Mar-2013 |
sthen <sthen@openbsd.org> |
as done in ospf{,6}d/relayd, sync yyerror in various other daemons with that from bgpd, so that it logs to syslog when daemonized.
|
#
a3630be1 |
| 04-Feb-2010 |
stevesk <stevesk@openbsd.org> |
remove assumption that internal IFSD_LINK* defines are the same as LINK_STATE* defines in <net/if.h>, which were changed Sep 14. this fixes link state down being treated as up.
ok claudio@ henning@
|
#
35360db1 |
| 25-Oct-2007 |
pyr <pyr@openbsd.org> |
sync logging with most other daemons. ok mcbride@, mpf@
|
#
5e48d115 |
| 10-Mar-2004 |
deraadt <deraadt@openbsd.org> |
spacing
|
#
8bb56c35 |
| 15-Feb-2004 |
mcbride <mcbride@openbsd.org> |
- Check error condition on config; load exit() on initial startup, simply warn if loading due to SIGHUP. (pointed out by mpf@) - Can't just bcopy the config struct, there are TAILQs. Pass pointers
- Check error condition on config; load exit() on initial startup, simply 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@
show more ...
|
#
84f5df3a |
| 05-Feb-2004 |
mcbride <mcbride@openbsd.org> |
Clean up command line options: - Make -v work as intended. - Add -n to test config without doing anything.
|
#
b73b88ef |
| 04-Feb-2004 |
mcbride <mcbride@openbsd.org> |
Update to ifstated; replace parser, introduce the concept of states, external tests, and boolean logic. Allows ifstated to handle partial failures on firewalls that are CARPd to each other.
ok deraa
Update to ifstated; replace parser, introduce the concept of states, external tests, and boolean logic. Allows ifstated to handle partial failures on firewalls that are CARPd to each other.
ok deraadt@
show more ...
|