Skip to content

Commit

Permalink
rm sros
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdub committed Jan 13, 2024
1 parent 413ee97 commit 75b4e15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ However, any NOS that utilizes a CLI syntax that is structured in a similar fasi
NOS's that utilize a `set` based CLI syntax has been added as experimental functionality. OS's that utilize this syntax are:

- [x] Juniper JunOS
- [x] Nokia SR-OS
- [x] VyOS

The code documentation can be found at: https://hier-config.readthedocs.io/
Expand Down
7 changes: 0 additions & 7 deletions hier_config/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,12 +687,6 @@
}


sros_options: dict = {
"style": "sros",
"negation": "delete",
}


vyos_options: dict = {
"style": "vyos",
"negation": "delete",
Expand All @@ -708,7 +702,6 @@ def options_for(os: str) -> dict:
"nxos": nxos_options,
"eos": eos_options,
"junos": junos_options,
"sros": sros_options,
"vyos": vyos_options,
}

Expand Down

0 comments on commit 75b4e15

Please sign in to comment.