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