Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nxos agent base #124

Draft
wants to merge 3 commits into
base: stable/yoga-m3
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions networking_ccloud/ml2/agent/common/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def __lt__(self, other):


class VXLANMapping(pydantic.BaseModel):
# FIXME: medidate over if we really need this as a separate config object
# could the VNI just be part of the vlan and that's that?
vni: pydantic.conint(gt=0, lt=2**24)
vlan: pydantic.conint(gt=0, lt=4094)
enable_multisite: bool = False
Expand Down
Loading
Loading