You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/11/17 01:41:10 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new issue #5288: Edge case in checking server interface MTU

ocket8888 opened a new issue #5288:
URL: https://github.com/apache/trafficcontrol/issues/5288


   ## I'm submitting a ...
   -  bug report
   
   ## Traffic Control components affected ...
   -  Traffic Ops
   
   ## Current behavior:
   If you create a server having an interface with an MTU of exactly 1280, you get back a 500 Internal Server Error response. This is because the validation in the API checks for MTU >= 1280, but the database check is strictly MTU > 1280 (or NULL).
   
   ## Expected behavior:
   The API and database constraints should be consistent - I think the intended behavior is for 1280 to be a legal value.
   
   ## Minimal reproduction of the problem with instructions:
   Create a server having an interface with an MTU of exactly 1280.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] rimashah25 commented on issue #5288: Edge case in checking server interface MTU

Posted by GitBox <gi...@apache.org>.
rimashah25 commented on issue #5288:
URL: https://github.com/apache/trafficcontrol/issues/5288#issuecomment-767320526


   I can take this one.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] ocket8888 closed issue #5288: Edge case in checking server interface MTU

Posted by GitBox <gi...@apache.org>.
ocket8888 closed issue #5288:
URL: https://github.com/apache/trafficcontrol/issues/5288


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org