mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-07 17:51:16 +08:00
daemon: use per-interface features
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
func (s *StatusResp) Dump(wr io.Writer, verbosity int) error {
|
||||
func (s *GetStatusResp) Dump(wr io.Writer, verbosity int) error {
|
||||
for k, i := range s.Interfaces {
|
||||
if k > 0 {
|
||||
if _, err := fmt.Fprintln(wr); err != nil {
|
||||
|
Reference in New Issue
Block a user