chewie
chewie copied to clipboard
A python 802.1x daemon
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.0. Commits b738d23 Bump pylint to 3.2.0, update changelog 040ce17 Upgrade the contributors lists 743a04d [performance] Check that 'trailing-comma-tuple' is enabled only once (#9620) b4a9535...
Bumps ubuntu from 22.04 to 24.04. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.5 to 7.3.7. Release notes Sourced from sphinx's releases. Sphinx 7.3.7 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.3.6 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 7.3.7 (released Apr 19,...
**Motive:** At our campus data-center we are implementing zero-trust network architecture, where each of the instances, like bare-metal servers, VMs/containers running on hypervisors (QEMU-KVM/LXD), have to go through network access...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...
This is actually not an issue. We love this project and it works perfectly with the given setup with freeradius and wpa_supplicant. With windows 10 as the supplicant and Windows...
Occasionally the MabTest.test_smoke_mab integration test fails for this reason: ``` =================================== FAILURES =================================== ____________________________ MabTest.test_smoke_mab ____________________________ self = def test_smoke_mab(self): """Perform MAB using dhclient""" self.start_dhclient() time.sleep(5) > self.check_output() chewie-src/test/integration/test_mab.py:21: _...
Occasionally the ChewieTestCase.test_logoff_dot1x unit test fails for this reason: ``` _______________________ ChewieTestCase.test_logoff_dot1x _______________________ self = @patch('chewie.chewie.get_random_id', get_random_id_helper) @patch('chewie.chewie.EapSocket', FakeEapSocket) @patch('chewie.chewie.RadiusSocket', FakeRadiusSocket) @patch('chewie.chewie.MabSocket', FakeMabSocket) @patch('chewie.chewie.RadiusLifecycle.generate_request_authenticator', urandom_helper) @patch('chewie.chewie.FullEAPStateMachine.next_id', next_id) def wrapper_patch(self): >...
I've running Chewie version 0.21 in a [CORE](https://www.nrl.navy.mil/itd/ncs/products/core) environment (based on a Ubuntu 18.04 base) installed from the packagecloud.io source.  I have a Open vSwitch switch...
Currently When configuring Faucet with Chewie for MAB, Faucet forwards only dhcp packets to the nfv port and chewie also filters out only dhcp packets (opens up a socket that...