Mindaugas Rasiukevicius
Mindaugas Rasiukevicius
@mcr: Any estimate on when this might get merged?
@mcr: Any progress here?
I could perhaps look into this, but given that it took more than 7 years to get a feedback.. how long it will actually take to merge it?
@mpastor: NPF already supports this using the `pcap-filter` i.e. the tcpdump syntax, e.g.: ``` block in final pcap-filter "greater 128" ``` See `npf.conf(5)` and `pcap-filter(7)` man pages. However, I think...
Comments: - Supporting the IP range is not difficult, just requires some changes to the npfctl utility. There is no ETA, but I will have a look next time I...
@drksbr: If you mean _Endpoint-Independent Mapping (EIM)_, then not yet; however, there is a commercial demand for this feature, so I will look into implementing this pretty soon.
Please provide a proper problem description when submitting the bug reports. Are you running the **NPF-Router**? If yes, then `npfctl start` is currently not functional / not needed; NPF will...
@perseant: Seems sensible. Would you like to make a PR?
@perseant: I meant a _pull request_ (PR) on GitHub since this repository is the source/upstream. :) It will automatically compile-test and run the unit tests for you here. There are...
Currently, npfctl parser requires strings to be in double quotes, meaning that `apply "log"` is valid, while `apply log` is not. Since the rule is passed from shell, its interpreter...