Skip to content
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

[DHCP Relay]: Support Multiple VLANs (Separate DHCP Relay Agents, One Per VLAN) #999

Merged
merged 16 commits into from
Oct 5, 2017
Merged

[DHCP Relay]: Support Multiple VLANs (Separate DHCP Relay Agents, One Per VLAN) #999

merged 16 commits into from
Oct 5, 2017

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    5a8f2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a0b65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e76084 View commit details
    Browse the repository at this point in the history
  4. <DhcpRelays> tag is only present for VLANs which require a DHCP relay…

    … agent -- only parse if present
    jleveque committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    afa2fb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06f903d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57101fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39b4c60 View commit details
    Browse the repository at this point in the history
  8. Remove isc-dhcp-relay sample output file from sonic-cfggen test, as w…

    …e no longer generate that file
    jleveque committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    9893597 View commit details
    Browse the repository at this point in the history
  9. Update Option 82 isc-dhcp-relay patch to load all interface name-alia…

    …s maps into memory once at start instead of calling sonic-cfggen on each packet we relay
    jleveque committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    ef93c68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69d6fa6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39d0301 View commit details
    Browse the repository at this point in the history
  12. Replace tabs with spaces

    jleveque committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    bc1550f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a97fff2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba4a06b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Generate port name-alias map file using sonic-cfggen and parse that i…

    …n lieu of parsing port_config.ini directly
    jleveque committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    7bb46d1 View commit details
    Browse the repository at this point in the history
  2. No longer drop packets with hop count > 0; Instead, drop packets whic…

    …h already contain agent info
    jleveque committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    486d0a5 View commit details
    Browse the repository at this point in the history