index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
netstart
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-23
Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)
krw
1
-5
/
+16
2020-12-21
Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' in
krw
1
-3
/
+4
2020-11-29
Fix previous: use correct version of netstart and installer bits.
tb
1
-10
/
+11
2020-11-29
Add support for !command to mygate, so that netstart has a late opportunity
deraadt
1
-19
/
+21
2020-11-08
no more mobileip;
jmc
1
-3
/
+3
2020-06-21
start wg with the other interfaces that rely on routing being up.
dlg
1
-3
/
+3
2020-05-22
Revert the following commit as it breaks hostname.if(5) lines with a
kn
1
-2
/
+2
2020-05-21
Fix stripcom() description wrt. comments not on their own line
kn
1
-3
/
+2
2020-05-21
Do not treat backslashe as an escape character in hostname.if(5) lines
kn
1
-2
/
+2
2020-01-15
Do not redirect already quiet stdout for IPv6 reject routes
kn
1
-11
/
+11
2019-10-25
handle aggr(4) in the same way as trunk(4)
dlg
1
-4
/
+4
2018-08-29
Historically /etc/netstart (and the equivalent code in the install
krw
1
-2
/
+2
2018-07-08
netstart is used during system start, but also interactively.
tb
1
-1
/
+8
2018-04-28
Add a proper usage() function.
rpe
1
-7
/
+9
2018-03-04
when -n is used, no need to spit out "Missing parameters." before
jmc
1
-2
/
+2
2018-03-03
Lowercase 'usage' and group -n with interface in it.
landry
1
-2
/
+2
2018-02-21
Tweak comments.
rpe
1
-6
/
+10
2018-02-19
Write warning/error messages to stderr and end them with a fullstop.
rpe
1
-4
/
+4
2018-02-19
- use specific patterns when looping over /etc/hostname.if files
rpe
1
-5
/
+7
2018-02-17
- Add descriptions for the new functions ifcreate() and vifscreate()
rpe
1
-5
/
+6
2018-02-14
create virtual interfaces before starting all interface config.
dlg
1
-11
/
+29
2018-02-10
Remove some special IPv4 in IPv6 mapped prefixes that are already rejected
claudio
1
-7
/
+1
2018-02-10
Load RFC 7217 key material and generate if it does not already exist.
florian
1
-1
/
+4
2018-02-06
If -n is given, the netstart script should not (try to) set the default
tb
1
-3
/
+15
2017-11-12
Remove HN_DIR variable and expand it in the only place it was used. It
tb
1
-3
/
+2
2017-07-25
Finally remove backwards compat code to support the 'rtsol' keyword
rpe
1
-8
/
+1
2017-07-21
Align ifstart() in netstart and install.sub.
rpe
1
-9
/
+9
2017-05-28
etc/netstart: use colon separator instead of dot with chown
awolk
1
-2
/
+2
2017-05-07
Change test from [] to [[]] and simplify pattern.
rpe
1
-2
/
+2
2017-05-07
Replace hardcoded script name with ${0##*/}
rpe
1
-2
/
+2
2017-05-01
Revert r1.170 and remove the id==0 check.
rpe
1
-7
/
+1
2017-05-01
Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is now
rpe
1
-30
/
+15
2017-04-30
Do not try to delete a default route before adding it.
mpi
1
-3
/
+1
2017-04-25
Unbreak netstart for multiple inteface configurations like trunk
rpe
1
-1
/
+3
2017-04-24
Introduce a new function parse_hn_line() that replaces the existing
rpe
1
-93
/
+102
2017-04-08
- localize the if, file and stat variables which also ensures that
rpe
1
-11
/
+10
2017-04-07
Minimize differences in ifstart() function between netstart and
rpe
1
-5
/
+6
2017-04-07
Align comments of ifstart() function in netstart and install.sub.
rpe
1
-1
/
+4
2017-04-07
Align comments of stripcom() function in netstart and install.sub.
rpe
1
-3
/
+4
2016-12-06
Do not lose the default route when netstart(8) is run a second time on
mpi
1
-12
/
+19
2016-09-27
Delay switch(4) interface start up so it can attach virtual interfaces
rzalamena
1
-3
/
+3
2016-09-09
print a clear error message when not ran as root instead of just falling
jasper
1
-1
/
+7
2016-07-19
Do not consider tap(4) a special interface and start if before other
mpi
1
-3
/
+3
2016-03-27
Don't delete the 224/4 route in netstart, unless it's being done to ensure that
sthen
1
-3
/
+4
2015-12-29
Remove backslash, not necessary after '&&'
rpe
1
-2
/
+2
2015-12-29
Replace last remaining `` with $()
rpe
1
-2
/
+2
2015-12-18
Drop the now useless multicast setup comment.
ajacoutot
1
-7
/
+1
2015-12-17
Simplify multicast option handling (10 less lines) by matching /etc/rc behavior
ajacoutot
1
-12
/
+2
2015-12-05
It does not make sense to insert a specific route for 224/4 when the
mpi
1
-28
/
+9
2015-11-12
Changes to ifautostart():
rpe
1
-11
/
+13
[next]