mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
networking.7: remove confusing caveat
+ service routing restart breaks on dhcp + change my copyright from inbox to home Fixes: 75eda009 MFC after: 3 days Reported by: Graham Perrin, zlei Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1316 (cherry picked from commit c55f56de9da11e11ee950993afe8b8575d8daa56)
This commit is contained in:
parent
95c2807925
commit
18606111ec
1 changed files with 1 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.\"-
|
||||
.\" SPDX-License-Identifier: BSD-2-Clause
|
||||
.\"
|
||||
.\" Copyright (c) 2024 Alexander Ziaee <concussious@runbox.com>
|
||||
.\" Copyright (c) 2024 Alexander Ziaee. Ohio.
|
||||
.\"
|
||||
.Dd April 17, 2024
|
||||
.Dt "NETWORKING" 7
|
||||
|
|
@ -92,10 +92,3 @@ will need to be escaped for
|
|||
commonly using
|
||||
.Ql \e ,
|
||||
see the manual page for your shell for more details.
|
||||
.Pp
|
||||
Currently
|
||||
.Ql Ic service netif restart
|
||||
does not restart routing.
|
||||
A common workaround is to issue
|
||||
.Ql Ic service netif restart && service routing restart
|
||||
instead.
|
||||
|
|
|
|||
Loading…
Reference in a new issue