Age | Commit message (Collapse) | Author |
|
taken into consideration for rtsol.
ok reyk@ dlg@
|
|
has been loaded. Otherwise, states that are received during the
initial bulk update mismatch the correct pf-checksum and
do not attach to the rules.
Problem identified by david@. Fix done in collaboration.
OK henning@
|
|
fixes problems with daemons being unable to bind to all addreses at boot
ok itojun@ hshoexer@
|
|
|
|
fix as proposed by maja@, thanks!
|
|
|
|
validate this condition and reject multicast traffic on failure.
ok todd@ naddy@
|
|
ok krw@
|
|
- do not process mygate for v4 if dhcp
- do not process mygate for v6 if rtsol
this also makes the mygate processing logic more readable
ok krw@
|
|
ok deraadt@ mickey@ krw@
same functionality tested/ok'ed by by mickey, brad, matthieu, and me
with this one may now put a v6 IP in /etc/mygate on a separate line from
the v4 default gateway and netstart will do the right thing
|
|
ok krw@
|
|
populate ifmstart lines accordingly.
prodded/tested by brad@
ok reyk@
|
|
fix inspired by and closes pr 4495
ok krw@
|
|
of interfaces.
This reduces the netstart script by 174 chars, 13 words, and 19 lines, but
more importantly, makes it more simple and less cluttered should more special
case/orderings be needed.
ok brad@ and pr 4197 submitter, inspired by and closes pr 4197
|
|
|
|
ok krw
(this lets us do something rather cool with the zaurus in particular)
|
|
ok pascoe@ mpf@
|
|
OK deraadt@
|
|
|
|
*** please update /etc/netstart and test if it works ok for you ***
|
|
|
|
|
|
ok deraadt@
|
|
advance. From Thorsten Lockert.
|
|
extra sleep 1 is in here, and we came to the conclusion it is safe to
delete it. whee.
|
|
|
|
|
|
|
|
|
|
|
|
ok mcbride@ henning@ deraadt@ todd@
|
|
otherwise preserve `hostname`
netbooted machines can live perfectly fine without it; they get their hostname
earlier.
ok krw@ cedric@
|
|
Fix up default route selection by
a) Forcing user to explicitly chose 'dhcp' as a mechanism for
specifying a default route, rather than guessing based on one or more
interfaces being configured by dhcp.
b) If the user specified default route does not work, re-present the
existing default route rather than losing it.
c) Move default route selection to after nameserver activation so the
user can specify a hostname as the default route.
Change /etc/netstart so that /etc/mygate wins if a default route was
already specified (i.e. by dhcp).
ok deraadt@.
|
|
From André Lucas <andre@ae-35.com>, fixes pr # 2658.
'Looks good' from miod@, millert@, and krw@.
|
|
|
|
Change from:
o all interfaces
o all bridges
o routes
to:
o physical interfaces
o routes
o gif and gre interfaces
o bridges
Fixeski PR #2400.
Manual page updates coming soon.
Ok angelos@ chris@ deraadt@
|
|
|
|
multicast_host/multicast_router settings; this is useful if one
flushes the routing table and re-initializes.
We really need a netconfig tool of sorts.
|
|
|
|
comments from millert
|
|
licence in a way that makes ipf not free according to the rules we
established over 5 years ago, at www.openbsd.org/goals.html (and those
same basic rules govern the other *BSD projects too). Specifically,
Darren says that modified versions are not permitted. But software
which OpenBSD uses and redistributes must be free to all (be they
people or companies), for any purpose they wish to use it, including
modification, use, peeing on, or even integration into baby mulching
machines or atomic bombs to be dropped on Australia. Furthermore, we
know of a number of companies using ipf with modification like us, who
are now in the same situation, and we hope that some of them will work
with us to fill this gap that now exists in OpenBSD (temporarily, we
hope).
|
|
|
|
fixes pr#1660 from wilfried@telia.com .. Thanks!
|
|
|
|
contents start with a '-' test becomes unhappy (since it interprets it
as another option).
|
|
cases where we did not previously handle them.
Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this.
|
|
With:
hostname.fxp0 having a last line of:
inet6 alias 3ffe:...
and hostname.gif0 having a first two lines of:
giftunnel 1.2.3.4
dest 1.2.4.3
We end up with the command:
ifconfig gif0 giftunnel alias 1.2.3.4 1.2.4.3
.. which is clearly wrong and fixed by this change
|
|
|
|
.. ok deraadt@, millert@
|
|
|