Missing 'break' after setting interface route flag was causing interface

routes to not be properly marked as static.
This commit is contained in:
Paul Traina 1994-09-15 08:35:37 +00:00
parent c712881405
commit 57f30b48dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2787

View File

@ -542,6 +542,7 @@ newroute(argc, argv)
case K_IFACE:
case K_INTERFACE:
iflag++;
break;
case K_NOSTATIC:
flags &= ~RTF_STATIC;
break;