Skip to content

Instantly share code, notes, and snippets.

View wolsen's full-sized avatar

Billy Olsen wolsen

View GitHub Profile
#!/usr/bin/env python3
#
# Used to configure VRFs for Juju management services.
#
import netifaces
import ipaddress
import subprocess
import textwrap
import yaml