lvsm icon indicating copy to clipboard operation
lvsm copied to clipboard

LVS Manager - a shell to manage LVS (ipvs) and iptables on a Linux server

Results 11 lvsm issues
Sort by recently updated
recently updated
newest added

This change fixes the error of parsing CIDR such as `10.0.0.1/16`. https://pythonhosted.org/pyparsing/pyparsing.MatchFirst-class.html

Provide useful return codes when the command is invoked in one-shot. i.e.: `lvsm real enable my-frontend http` This can help if people want to automate tasks with lvsm. Some commands...

enhancement

Something similar to what's being done for regular filter rules. Proposal: - Use **purple** for _NAT_ rules - Use **blue** for _MANGLE_ rules

enhancement

- If the RIP is defined in more than one VIP, enable disable doesn't work - Reason display doesn't work (looks like problem with figuring out what file to read)

bug

Displays something like this ``` verylonghostname.fqdn. Route ``` Should probably not use the output of ipvsadm to tab comlete

bug

The parser has a few issues: - error messages are not clear when there are major sections missing - parsing succeeds when optional sections are incorrect

bug

Currently the disable message is ignored.

bug

Display information on lb clusters where more than one node is receiving traffic.

enhancement

`keepalived` and `ldirectord` both remove RIPs from `ipvsadm` if the healthcheck fails. Would be great if there was a way to display these as down when running `virtual show tcp...

enhancement

Needs to be looked into. - `keepalived` may provide it with SNMP - `ldirector` and `generic` case will be more tricky

enhancement