From 345b5ff80bf82d2e4dac1d8da08a415f51255c3d Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Wed, 12 Feb 2025 01:14:28 +0300 Subject: [PATCH] add reminder --- kvas2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kvas2.go b/kvas2.go index c38748b..41d4afc 100644 --- a/kvas2.go +++ b/kvas2.go @@ -71,6 +71,7 @@ func (a *App) handleLink(event netlink.LinkUpdate) { Int("operstate", int(event.Attrs().OperState)). Msg("interface change") switch event.Attrs().OperState { + // TODO: Может не подняться case netlink.OperUp: ifaceName := event.Link.Attrs().Name for _, group := range a.Groups {