forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd: Display decryption interfaces in encrypt status
[ upstream commit 6517050 ] This commit adds a new line to cilium encrypt status, with the list of interfaces on which decryption can happen: $ ks exec ds/cilium -c cilium-agent -- cilium encrypt status Encryption: IPsec Decryption interface(s): eth0, eth1, eth2 Keys in use: 1 Max Seq. Number: 0x6e/0xffffffff Errors: 0 This can be useful to check that Cilium is attached to all the interfaces it should be attached to (all those that can receive remote pod traffic). Signed-off-by: Paul Chaignon <[email protected]> Signed-off-by: Tobias Klauser <[email protected]>
- Loading branch information
1 parent
be081c4
commit 6d9620d
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters