-
According to bridge
https://man7.org/linux/man-pages/man8/bridge.8.html
We can try to do
```
ip link add type vxlan \
id \
dstport \
local
bridge fdb append 00:00:00:00:00:00 dev…
-
When decoding an `RTM_GETNEIGH` message, **strace** interprets the data immediately after the netlink message header as a `struct ifinfomsg`. However, it is actually a `struct ndmsg`.
See `RTM_GET…
-
Hi! First thing, thanks a lot for the awesome piece of software! I enjoy using it a lot.
Unfortunately, I've hit a snag. The call to fdb('dump') returns empty answer, like this:
`python3
Pytho…
-
To support "Port Access Control" feature, the following config property needs to be added to the file device/accton/x86_64-accton_as4630_54pe-r0/Accton-AS4630-54PE/hx5-as4630-48x1G+4x25G+2x100G.bcm
…
-
Hi there,
I am new to FoundationDB and was looking around in the issue tracker for closed issues/PRs about this topic but could not find any.
I have been reading also this interesting conversati…
gdm85 updated
2 years ago
-
when connecting from another server I get
```
Unable to communicate with the cluster controller at 172.17.0.2:4500 to get
status.
```
https://apple.github.io/foundationdb/configuration.html
…
-
fdb has no password
clickhouse does not set the fdb account configuration
hdfs acl
and so on
-
start.bash of Go and Python official samples calls create_cluster_file.bash (renamed to fdb.bash) in the client (app) server.
https://github.com/apple/foundationdb/blob/master/packaging/docker/samp…
-
When adding these lines to by `Cargo.toml`
```
[dependencies]
foundationdb = "0.5"
futures = "0.3"
```
I get a compile error:
```
error: linking with `cc` failed: exit status: 1
|
…
-
If one starts an fdbserver process with different local and public ports, then the server begins to complain about internal errors, but it doesn't crash (which is fun).
For example, I can create a …