-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T6906: IPoE-server add start-session option #4206
base: current
Are you sure you want to change the base?
Conversation
👍 |
<properties> | ||
<help>Start session options</help> | ||
<completionHelp> | ||
<list>dhcpv4 unclassified-packet</list> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use dhcp on the CLI please and transcode it internally as it's done for unclassified-packet? We always use dhcp
on the CLI for DHCPv4 related stuff. This would keep the CLI consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Add the abbility to start IPoE session by unclassified-packet. It allows the cases when subscriber configures the address manually (static) and accel-ppp can start session on any packet. By default start session on DHCPv4 Discover packet. set service ipoe-server interface eth1 start-session unclassified-packet
Conflicts have been resolved. A maintainer will review the pull request shortly. |
CI integration ❌ failed! Details
|
Change Summary
Add the abbility to start IPoE session by unclassified-packet. It allows the cases when subscriber configures the address manually (static) and accel-ppp can start session on any packet. By default start session on DHCPv4 Discover packet.
Types of changes
Related Task(s)
Related PR(s)
Component(s) name
ipoe-server
Proposed changes
How to test
Configure start-session on
unclassified-packet
Check config, expecting
start=up
:Configuration on the client site:
Check sessions:
Smoketest result
Checklist: