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

Supports FRR-VRRP configuration #813

Merged
merged 25 commits into from
Nov 21, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
78a185b
Supports FRR-VRRP configuration
philo-micas Aug 22, 2023
7c9325f
Update schema.h
philo-micas Apr 8, 2024
72f7d81
Update schema.h
philo-micas May 6, 2024
8a136d1
Merge branch 'master' into master-vrrp
philo-micas Oct 9, 2024
f18040c
Update schema.h
philo-micas Oct 9, 2024
ed9b46d
Merge branch 'master' into master-vrrp
philo-micas Oct 18, 2024
b1e15a0
triggle rebuild
philo-micas Oct 23, 2024
a435272
triggle rebuild
philo-micas Oct 24, 2024
9dc420d
Merge branch 'master' into master-vrrp
philo-micas Oct 31, 2024
b5151b8
Merge branch 'master' into master-vrrp
philo-micas Nov 1, 2024
d5a010c
triggle rebuild
philo-micas Nov 1, 2024
d3236e7
Merge branch 'master' into master-vrrp
philo-micas Nov 1, 2024
1750c85
Merge branch 'master' into master-vrrp
philo-micas Nov 4, 2024
4f321cc
Merge branch 'master' into master-vrrp
philo-micas Nov 5, 2024
3b2bff5
triggle rebuild
philo-micas Nov 5, 2024
0e3441f
Merge branch 'sonic-net:master' into master-vrrp
philo-micas Nov 6, 2024
e985388
triggle rebuild
philo-micas Nov 6, 2024
906854d
Update schema.h
philo-micas Nov 6, 2024
0a38645
Merge branch 'master' into master-vrrp
philo-micas Nov 8, 2024
e91499c
triggle rebuild
philo-micas Nov 9, 2024
679c540
Merge branch 'master' into master-vrrp
philo-micas Nov 12, 2024
163c342
Merge branch 'master' into master-vrrp
philo-micas Nov 14, 2024
d55c573
Merge branch 'master' into master-vrrp
philo-micas Nov 19, 2024
8ae26d8
triggle rebuild
philo-micas Nov 19, 2024
7b9c604
Merge branch 'master' into master-vrrp
philo-micas Nov 20, 2024
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
3 changes: 2 additions & 1 deletion common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@ namespace swss {
#define CFG_MCLAG_UNIQUE_IP_TABLE_NAME "MCLAG_UNIQUE_IP"

#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL"

#define CFG_VRRP_TABLE_NAME "VRRP"
#define CFG_VRRP6_TABLE_NAME "VRRP6"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need similar table entry for APPL_DB too.

#define APP_VRRP_TABLE_NAME "VRRP_TABLE"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, has done.

#define CFG_RATES_TABLE_NAME "RATES"

#define CFG_FEATURE_TABLE_NAME "FEATURE"
Expand Down
Loading