summaryrefslogtreecommitdiff
path: root/python/makefile.py
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-04-29 23:12:22 -0300
committerRenato Westphal <renato@opensourcerouting.org>2020-04-29 23:34:06 -0300
commit2e86d16d994f793ff9211b966066dfb5c2e9048b (patch)
treea6a784c8229b49f956a8d69aab1210bdfefdc383 /python/makefile.py
parent31b5355d6f643a7ce35a8aa2b293d0421ea9c579 (diff)
zebra: fix detection of VRF misconfiguration
The netlink_vrf_change() function is called both when a VRF device is created in the Linux kernel and when it is activated. This commit changes this function to perform the VRF misconfiguration detection only when the VRF device is created, as doing the check twice would cause a false positive followed by a hard failure (not to mention the double check is unnecessary since the VRF table ID can't change once the device is created). Fixes #6319. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'python/makefile.py')
0 files changed, 0 insertions, 0 deletions