kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

Add VIPs to interface in IPVS director #35

Closed eungjun-yi closed 7 years ago

eungjun-yi commented 7 years ago

IPVS director should have an interface which contains the VIPs to route them.

This fixes https://github.com/kobolog/gorb/issues/34.

codecov-io commented 7 years ago

Current coverage is 96.93% (diff: 100%)

Merging #35 into master will not change coverage

@@             master        #35   diff @@
==========================================
  Files            13         13          
  Lines           196        196          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            190        190          
  Misses            4          4          
  Partials          2          2          

Powered by Codecov. Last update 606b218...6f7c59c

kobolog commented 7 years ago

Hey, thanks for this PR, good stuff!