Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
netmon: Monitor network changes
Browse files Browse the repository at this point in the history
This commit introduces a new watcher dedicated to the monitoring
of a specific network namespace in order to detect any change that
could happen to the network.

As a result of such a detection, the watcher should call into the
appropriate runtime path with the correct arguments to modify the
pod network accordingly.

Fixes #170

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf committed Sep 14, 2018
1 parent d6e4a98 commit b708a4a
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/cli/coverage.html
/cli/config-generated.go
/cli/config/configuration.toml
/kata-netmon
/virtcontainers/hack/virtc/virtc
/virtcontainers/hook/mock/hook
/virtcontainers/shim/mock/shim
Expand Down
Loading

0 comments on commit b708a4a

Please sign in to comment.