parent
26250f4e4f
commit
337f925058
@ -49,6 +49,10 @@ write_default_zebra_config()
|
||||
echo "no fpm use-next-hop-groups" >> $FILE_NAME
|
||||
echo "fpm address 127.0.0.1" >> $FILE_NAME
|
||||
}
|
||||
|
||||
grep -q '^no zebra nexthop kernel enable' $FILE_NAME || {
|
||||
echo "no zebra nexthop kernel enable" >> $FILE_NAME
|
||||
}
|
||||
}
|
||||
|
||||
if [[ ! -z "$NAMESPACE_ID" ]]; then
|
||||
|
@ -7,6 +7,8 @@
|
||||
{% endblock banner %}
|
||||
!
|
||||
{% block fpm %}
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
@ -1,4 +1,3 @@
|
||||
no zebra nexthop kernel enable
|
||||
no fpm use-next-hop-groups
|
||||
|
||||
fpm address 127.0.0.1
|
||||
|
||||
|
@ -4,6 +4,8 @@
|
||||
! file: zebra.conf
|
||||
!
|
||||
!
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
@ -4,6 +4,8 @@
|
||||
! file: zebra.conf
|
||||
!
|
||||
!
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
@ -4,6 +4,8 @@
|
||||
! file: zebra.conf
|
||||
!
|
||||
!
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
@ -4,6 +4,8 @@
|
||||
! file: zebra.conf
|
||||
!
|
||||
!
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
@ -4,6 +4,8 @@
|
||||
! file: zebra.conf
|
||||
!
|
||||
!
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
@ -4,6 +4,8 @@
|
||||
! file: zebra.conf
|
||||
!
|
||||
!
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
@ -4,6 +4,8 @@
|
||||
! file: zebra.conf
|
||||
!
|
||||
!
|
||||
! Force disable next hop group support
|
||||
no zebra nexthop kernel enable
|
||||
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
||||
no fpm use-next-hop-groups
|
||||
!
|
||||
|
Reference in New Issue
Block a user