Generate FRR Profile for lab0 and lab2

This commit is contained in:
Pim van Pelt
2023-05-31 15:43:21 +00:00
parent 8a64c5594a
commit f660985e31
222 changed files with 2420 additions and 0 deletions

View File

@ -0,0 +1,15 @@
bgpd=yes
ospfd=yes
ospf6d=yes
bfdd=yes
ldpd=yes
vtysh_enable=yes
watchfrr_options="--netns=dataplane"
zebra_options=" -A 127.0.0.1 -s 67108864 -M dplane_fpm_nl"
bgpd_options=" -A 127.0.0.1"
ospfd_options=" -A 127.0.0.1"
ospf6d_options=" -A ::1"
staticd_options="-A 127.0.0.1"
bfdd_options=" -A 127.0.0.1"
ldpd_options=" -A 127.0.0.1"