GlobalNOC / OESS

The Network Development and Deployment Initiative (NDDI), a partnership between Internet2, Indiana University and others was formed to create a new network platform and complementary software, which together will support global scientific research in a revolutionary new way. The Open Exchange Software Suite (OESS) is the first software product to emerge from this partnership. Internet2's 100G nationwide AL2S network is also a product of this effort.
http://globalnoc.iu.edu/sdn/oess.html
27 stars 25 forks source link

Provisioning CGP endpoints with 1500 MTU is broken #1437

Closed jonstout closed 1 year ago

jonstout commented 2 years ago

By default the web service assumes GCP endpoints use an MTU of 1440. Because MTU isn't explicitly set on endpoints in the syncer, the initial sync reverts any 1500 MTU endpoints to 1440. Also because the field that sets the MTU is only set upon endpoint selection in the UI, edited connections revert the MTU to 1440 on GCP endpoints. Manual MTU updates made in the database don't appear to be caught by the diff routine; This needs to be fixed as well.