Skip to content

Commit ebd2afb

Browse files
authored
Supports FRR-VRRP configuration (#813)
* Supports FRR-VRRP configuration Signed-off-by: philo <[email protected]> * Update schema.h * Update schema.h * Update schema.h * triggle rebuild * triggle rebuild * triggle rebuild * triggle rebuild * triggle rebuild * Update schema.h * triggle rebuild * triggle rebuild --------- Signed-off-by: philo <[email protected]>
1 parent fe30ccd commit ebd2afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/schema.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,8 @@ namespace swss {
429429
#define CFG_MCLAG_UNIQUE_IP_TABLE_NAME "MCLAG_UNIQUE_IP"
430430

431431
#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL"
432-
432+
#define CFG_VRRP_TABLE_NAME "VRRP"
433+
#define CFG_VRRP6_TABLE_NAME "VRRP6"
433434
#define CFG_RATES_TABLE_NAME "RATES"
434435

435436
#define CFG_FEATURE_TABLE_NAME "FEATURE"

0 commit comments

Comments
 (0)