-
With the version 1.4.14 i found that when :
- 1/ plugged ethernet ( between embedded device and pc ) **no need** for internet or any connectivity just plugged in the ethernet cable.
- 2/ run…
-
This library already has `private?`, `link_local?`, `loopback?`, etc.
It would be useful to have a `reserved?` method:
https://en.wikipedia.org/wiki/Reserved_IP_addresses
One of the reasons wou…
-
#### Description
After adding an IP to Loopback0, using `config interface ip add Loopback0 10.1.0.1/32` and a cold reboot, swss/syncd fail on the Accton-AS9716-32D broadcom Tomahawk 3.
Before re…
-
```
What steps will reproduce the problem?
1.Clicking register
2.Logging in
3.
What is the expected output? What do you see instead?
I expect it to say successfully registered but it doesnt get the r…
-
### Redis version
6.2.5-alpine
### Redisson version
3.24.3
### Redisson configuration
int totalPoolSize = redisProperties.getJedis().getPool().getMaxActive();
int totalIdleSize = redisProperties…
-
# Feature or enhancement
### Proposal:
This issue suggests adding new `termios` constants.
```
TIOCM_LOOP
example:
int fd = /* /dev/ttyS0 */
int status = /* modulator status */
sta…
-
This is sort of a follow-up from #9.
Layer 3 network devices aren't assigned a MAC address since they're not at the physical data link layer. This can cause confusion between a MAC address that is …
-
I have a box with two interfaces, internet and lan. I have a server inside reachable from internet using a dnat forward which is reachable from internet OK. How do I allow LAN clients to access this s…
-
When we introduced Express in front of the LoopBack server to implement authentication, the LoopBack explorer page that's automatically served in development mode has become inaccessible.
It would …
-
I did not see the setting on filtering loopback, like this "setsockopt(fd, SOL_CAN_RAW, CAN_RAW_LOOPBACK, &loopback, sizeof(loopback));", how should I filter packets sent by myself, thank you.