quicwg / load-balancers

In-progress version of draft-ietf-quic-load-balancers

Home Page:https://quicwg.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor YANG model

martinduke opened this issue · comments

It would be much clearer if the load balancer and server had separate YANG models, as they have different requirements:

  • A server only needs to track one config at a time, and one server ID.
  • A load balancer might simultaneously support three different configs, and needs the entire server ID mapping.