Ed Warnicke
Ed Warnicke
I'm having this as well.
@Repkap11 This is awesome! I don't quite understand though why fill: none, stroke:none is fixing the padding... could you provide some insight?
Logs: ``` Oct 20 02:37:38.345[36m [INFO] [0mSENDING UPDATE COMMIT: { "update": { "vpp_config": { "interfaces": [ { "name": "server-e0e98333-e169-4692-a673-72f15126f7e3", "type": "AF_PACKET", "enabled": true, "afpacket": { "hostIfName": "server-e0e98333" } }, {...
The timestamp on my return from Update (Oct 20 02:37:38.945) is before the timestamp on the interface coming up for SB Notification #91 (2020-10-20 02:37:44.102) ``` Oct 20 02:37:38.945�[36m [INFO]...
Here are a second set of logs showing a similar effect for memif interfaces being DOWN at the time of the WaitDone Update return: ``` Oct 20 03:01:38.283[36m [INFO] [0mSENDING...
vppagent version from the go.mod: ``` go.ligato.io/vpp-agent/v3 v3.2.0-alpha.0.20201016122127-eca11ab3bbca ``` And the Dockerfile: ``` FROM ligato/vpp-agent:latest as go ```
Seeing interface UP after return again. First the log of the image stamp: ``` __ _ _____ ___ _______ ____ ____ ___ / /_ | |/ / _ \/ _...
Logs: ``` Oct 20 21:46:45.221[36m [INFO] [0mSENDING UPDATE COMMIT: { "update": { "vpp_config": { "interfaces": [ { "name": "server-ca990142-4258-4791-a794-32d87dce05c1", "type": "AF_PACKET", "enabled": true, "afpacket": { "hostIfName": "server-ca990142" } }, {...
The relavent detail are: ``` Oct 20 21:46:45.394[36m [INFO] [0mUPDATE COMMIT TOOK 172.388621ms ... +======================================================================================================================+ | #105 - SBNotification | +======================================================================================================================+ * transaction arguments: - seqNum: 105 - type: SB...
> Let me first mention that current implementation of `WaitDone` is not in any way handling interface up state. It's just waiting for all configuration that was in state `PENDING`...