-
[Network Block](https://github.com/Telmate/terraform-provider-proxmox/blob/master/docs/resources/vm_qemu.md#network-block)
Seems it is related with:
https://github.com/Telmate/terraform-provider-p…
-
```
@tc_type("mac") typedef bit macaddr_t;
header ethernet_t {
macaddr_t dstAddr;
macaddr_t srcAddr;
bit etherType;
}
```
This should translate to
```
header ethernet_t {
…
-
### Describe the bug
fresh sysupgrade from 23.05.3 with reset
not receiving dhcp on wan interface.
(can see requests and responses on dhcp server device)
with wan interface set to static ip …
-
Postgres has a set of data types to handle network addresses such as MACADDR, CIDR, and INET. http://etutorials.org/SQL/Postgresql/Part+I+General+PostgreSQL+Use/Chapter+2.+Working+with+Data+in+Postgre…
-
Just wondering if other postgres types are planned to be supported? Specifically inet, cidr and macaddr.
Similar to time.Time, if stored in the database that way, its also most likely better to have …
-
Hello, I am trying to setup IPMI and I believe I have everything setup except for the Default Gateway MAC. When I go to set it, it looks like the command runs ok but when I print out the lan info it s…
xriri updated
3 years ago
-
Code in file macaddr.go
```
switch value := src.(type) {
case net.HardwareAddr:
// need to check if the len(value) is 0, otherwise, it want be able to insert null value for type macaddr
addr :…
-
Issue #3 mentioned that we could leverage postgres' `macaddr` type: https://www.postgresql.org/docs/current/datatype-net-types.html
-
Bluetooth Low Energy (BLE) devices pairing keys are managed differently than standard bluetooth devices.
Since I don't own any BLE device I'am unable to add support for them.
If you have a BLE dev…
-
I'm not sure if this is a systemu or macaddr issue. Ran into this trouble on a simple Ruby/Sinatra stack app.
```
rerun -p '**/*.{rb,js,css,scss,sass,erb,html,haml,ru,slim}' --dir routes,views,public…