Skip to content

Commit 3ce0ca7

Browse files
disable RIP for general deployments (#3736)
RIP's method of gratuitous advertisements can accidentally create routing loops or blackhole traffic when used in conjunction with DDM.
1 parent a29f08b commit 3ce0ca7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

smf/switch_zone_setup/switch_zone_setup

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@ for i in "${!USERS[@]}"; do
3737
fi
3838
done
3939

40-
# enable ipv6 forwarding and routing
41-
pfexec routeadm -e ipv6-forwarding -u
42-
pfexec routeadm -e ipv6-routing -u
43-
4440
exit $SMF_EXIT_OK

0 commit comments

Comments
 (0)