Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/sonic-yang-models/yang-models/sonic-dhcpv6-relay.yang
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ module sonic-dhcpv6-relay {
description "Set rfc6939 for the relay";
type boolean;
}

leaf interface_id {
description "Enable interface ID insertion in relayed messages";
type boolean;
}
}
/* end of VLAN_LIST */
}
Expand Down