Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(migration): network, use truncated names
Before the commit, if a network was truncated to 15 chars, the new short name was used inside the `network` config database but not inside the `firewall` database: the firewall zone was pointing to a non existing network, Example: - original name of the interface was 'timenet_ftth_12345' - value saved inside the network db: config interface 'timenet_ftth_1' option proto 'static' - value saved inside 'firewall' db: config zone 'ns_wan' option name 'wan' option output 'ACCEPT' option input 'DROP' option forward 'REJECT' list network 'timenet_ftth_12345'
- Loading branch information