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
#!/bin/sh | |
# Create VLANs to match the configuration on the FreshTomato router cj-router-3200 | |
# | |
# Adapted from the following sources: | |
# - https://virtualize.link/asus-vlans/ | |
# - https://gist.github.com/Jimmy-Z/6120988090b9696c420385e7e42c64c4 | |
# - https://www.snbforums.com/threads/vlans-trunk-interface-tagged-and-untagged-traffic-rt-ax86u-and-rt-ax88u.78411/#post-846773 | |
# - https://www.snbforums.com/threads/rt-86u-vlanctl-ethctl-usage-puzzle.54375/ |
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
[tool.poetry] | |
name = "project" | |
version = "0.1.0" | |
description = "<-- snip -->" | |
authors = [ | |
"<-- snip -->" | |
] | |
readme = 'README.md' |