daemon: updates to switch from using ebtables to nftables for wlan linking/unlinking
This commit is contained in:
parent
208c746b67
commit
30291a8438
14 changed files with 153 additions and 206 deletions
|
@ -51,8 +51,8 @@ filesystem in CORE.
|
|||
|
||||
CORE combines these namespaces with Linux Ethernet bridging to form networks.
|
||||
Link characteristics are applied using Linux Netem queuing disciplines.
|
||||
Ebtables is Ethernet frame filtering on Linux bridges. Wireless networks are
|
||||
emulated by controlling which interfaces can send and receive with ebtables
|
||||
Nftables provides Ethernet frame filtering on Linux bridges. Wireless networks are
|
||||
emulated by controlling which interfaces can send and receive with nftables
|
||||
rules.
|
||||
|
||||
## Prior Work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue