tests: add fixture & test for VRF topology learning

This commit is contained in:
Ariadne Conill 2020-08-18 16:52:11 -06:00
parent ba98705c8f
commit 2c37b22d70
4 changed files with 18 additions and 1 deletions

View file

@ -23,6 +23,9 @@ post-down)
[ -n "$IF_VRF_TABLE" ] && handle_init "del"
exit 0
;;
depend)
echo "$IF_VRF_MEMBER"
;;
*)
exit 0
;;