diff options
| author | songyanchao <[email protected]> | 2024-01-10 02:13:01 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-01-10 02:13:01 +0000 |
| commit | 5e7c3a5f22bc0edfa347d41a8a05099584ff798f (patch) | |
| tree | fa675f2621c7e183c7c2fc2cbd6537ad6c571b74 /service/include | |
| parent | 1e6ebaefdb3c874b2ac35ad97c795688a366ecc2 (diff) | |
✨ feat(TSG-18251): Support Dual Stack Configuration in Trunk Mode.
Support Dual Stack Configuration in Trunk Mode.
Diffstat (limited to 'service/include')
| -rw-r--r-- | service/include/sc_devmgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/include/sc_devmgr.h b/service/include/sc_devmgr.h index 5ba205b..c091384 100644 --- a/service/include/sc_devmgr.h +++ b/service/include/sc_devmgr.h @@ -77,13 +77,11 @@ struct vlan_member int sa_family_v4; struct in_addr in_addr; struct in_addr in_mask; - struct in_addr in_gateway; /* AF_INET6 */ int sa_family_v6; struct in6_addr in6_addr; struct in6_addr in6_mask; - struct in6_addr in6_gateway; }; struct representor_config |
