feat: es6+mods

This commit is contained in:
Andres 2023-10-06 22:11:40 +02:00
parent 773b64ea30
commit 19c92ed244
19 changed files with 179 additions and 245 deletions

View file

@ -1,4 +1,4 @@
exports.defaultRulesSource = `
export const defaultRulesSource = `
# This is a default rule set that allows IPv4 and IPv6 traffic but otherwise
# behaves like a standard Ethernet switch.
@ -26,7 +26,7 @@ drop
accept;
`;
exports.defaultRules = `
export const defaultRules = `
[
{
"type": "MATCH_ETHERTYPE",