Skip to content
Merged
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
4 changes: 2 additions & 2 deletions cfgmgr/vrfmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#include "warm_restart.h"

#define VRF_TABLE_START 1001
#define VRF_TABLE_END 2000
#define VRF_TABLE_END 5097
#define TABLE_LOCAL_PREF 1001 // after l3mdev-table
#define MGMT_VRF_TABLE_ID 5000
#define MGMT_VRF_TABLE_ID 6000
#define MGMT_VRF "mgmt"

using namespace swss;
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def test_VRFMgr_Capacity(self, dvs, testlog):

initial_entries_cnt = self.how_many_entries_exist(self.adb, "ASIC_STATE:SAI_OBJECT_TYPE_VIRTUAL_ROUTER")

maximum_vrf_cnt = 999
maximum_vrf_cnt = 4096

def create_entry(self, tbl, key, pairs):
fvs = swsscommon.FieldValuePairs(pairs)
Expand Down
Loading